#include <bio.h>
Public Attributes | |
BIO_METHOD * | method |
long(* | callback )(struct bio_st *, int, const char *, int, long, long) |
char * | cb_arg |
int | init |
int | shutdown |
int | flags |
int | retry_reason |
int | num |
void * | ptr |
struct bio_st * | next_bio |
struct bio_st * | prev_bio |
int | references |
unsigned long | num_read |
unsigned long | num_write |
CRYPTO_EX_DATA | ex_data |
long(* bio_st::callback)(struct bio_st *, int, const char *, int, long, long) |
CRYPTO_EX_DATA bio_st::ex_data |
BIO_METHOD * bio_st::method |