Searched defs:bio_method_st (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | bio.h | 783 struct bio_method_st { struct 784 int type; 785 const char *name; 786 int (*bwrite)(BIO *, const char *, int); 787 int (*bread)(BIO *, char *, int); 789 int (*bputs)(BIO *, const char *); 790 int (*bgets)(BIO *, char *, int); 791 long (*ctrl)(BIO *, int, long, void *); 792 int (*create)(BIO *); 793 int (*destroy)(BIO *); [all …]
|