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