Searched defs:bio_method_st (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | bio.h | 699 struct bio_method_st { struct 700 int type; 701 const char *name; 702 int (*bwrite)(BIO *, const char *, int); 703 int (*bread)(BIO *, char *, int); 705 int (*bputs)(BIO *, const char *); 706 int (*bgets)(BIO *, char *, int); 707 long (*ctrl)(BIO *, int, long, void *); 708 int (*create)(BIO *); 709 int (*destroy)(BIO *); [all …]
|