bio_method_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

bgets
int function(.BIO*, char*, int) bgets;
Undocumented in source.
bputs
int function(.BIO*, const(char)*) bputs;
Undocumented in source.
bread
int function(.BIO*, char*, int) bread;
Undocumented in source.
bwrite
int function(.BIO*, const(char)*, int) bwrite;
Undocumented in source.
callback_ctrl
core.stdc.config.c_long function(.BIO*, int, .bio_info_cb*) callback_ctrl;
Undocumented in source.
create
int function(.BIO*) create;
Undocumented in source.
ctrl
core.stdc.config.c_long function(.BIO*, int, core.stdc.config.c_long, void*) ctrl;
Undocumented in source.
destroy
int function(.BIO*) destroy;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
type
int type;
Undocumented in source.

Meta