Searched defs:bio_method_st (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bio.h | 808 struct bio_method_st { struct 809 int type; 810 const char *name; 811 int (*bwrite)(BIO *, const char *, int); 812 int (*bread)(BIO *, char *, int); 814 int (*bputs)(BIO *, const char *); 815 int (*bgets)(BIO *, char *, int); 816 long (*ctrl)(BIO *, int, long, void *); 817 int (*create)(BIO *); 818 int (*destroy)(BIO *); [all …]
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 829 struct bio_method_st { struct 830 int type; 831 const char *name; 832 int (*bwrite)(BIO *, const char *, int); 833 int (*bread)(BIO *, char *, int); 835 int (*bputs)(BIO *, const char *); 836 int (*bgets)(BIO *, char *, int); 837 long (*ctrl)(BIO *, int, long, void *); 838 int (*create)(BIO *); 839 int (*destroy)(BIO *); [all …]
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 273 class bio_method_st(Structure): class
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 273 class bio_method_st(Structure): class
|