#include <bio.h>
Public Attributes | |
| int(* | bgets )(BIO *, char *, int) |
| int(* | bputs )(BIO *, const char *) |
| int(* | bread )(BIO *, char *, int) |
| int(* | bwrite )(BIO *, const char *, int) |
| long(* | callback_ctrl )(BIO *, int, bio_info_cb) |
| int(* | create )(BIO *) |
| long(* | ctrl )(BIO *, int, long, void *) |
| int(* | destroy )(BIO *) |
| const char * | name |
| int | type |
| long(* bio_method_st::callback_ctrl) (BIO *, int, bio_info_cb) |