#include <bio.h>
Data Fields | |
| 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 |
Definition at line 294 of file bio.h.
| long(* bio_st::callback)(struct bio_st *, int, const char *, int, long, long) |
| char* bio_st::cb_arg |
| int bio_st::init |
| int bio_st::shutdown |
| int bio_st::flags |
| int bio_st::num |
| void* bio_st::ptr |
struct bio_st* bio_st::next_bio [read] |
struct bio_st* bio_st::prev_bio [read] |
| unsigned long bio_st::num_read |
| unsigned long bio_st::num_write |
1.5.6