bio_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

callback
core.stdc.config.c_long function(.bio_st*, int, const(char)*, int, core.stdc.config.c_long, core.stdc.config.c_long) callback;

bio, mode, argp, argi, argl, ret

cb_arg
char* cb_arg;

first argument for the callback

ex_data
libressl_d.openssl.ossl_typ.CRYPTO_EX_DATA ex_data;
Undocumented in source.
flags
int flags;

extra storage

init
int init;
Undocumented in source.
method
const(.BIO_METHOD)* method;
Undocumented in source.
next_bio
.bio_st* next_bio;

used by filter BIOs

num
int num;
Undocumented in source.
num_read
core.stdc.config.c_ulong num_read;
Undocumented in source.
num_write
core.stdc.config.c_ulong num_write;
Undocumented in source.
prev_bio
.bio_st* prev_bio;

used by filter BIOs

ptr_
void* ptr_;
Undocumented in source.
references
int references;
Undocumented in source.
retry_reason
int retry_reason;
Undocumented in source.
shutdown
int shutdown;
Undocumented in source.

Meta