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
ExternC!(int function(BIO*, char*, int)) bgets;
Undocumented in source.
bputs
ExternC!(int function(BIO*, const(char)*)) bputs;
Undocumented in source.
bread
ExternC!(int function(BIO*, char*, int)) bread;
Undocumented in source.
bwrite
ExternC!(int function(BIO*, const(char)*, int)) bwrite;
Undocumented in source.
callback_ctrl
ExternC!(c_long function(BIO*, int, bio_info_cb*)) callback_ctrl;
Undocumented in source.
create
ExternC!(int function(BIO*)) create;
Undocumented in source.
ctrl
ExternC!(c_long function(BIO*, int, c_long, void*)) ctrl;
Undocumented in source.
destroy
ExternC!(int function(BIO*)) destroy;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
type
int type;
Undocumented in source.

Meta