Home
last modified time | relevance | path

Searched defs:bio_method_st (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/boringssl/src/include/openssl/
Dbio.h839 struct bio_method_st { struct
840 int type;
841 const char *name;
842 int (*bwrite)(BIO *, const char *, int);
843 int (*bread)(BIO *, char *, int);
845 int (*bputs)(BIO *, const char *);
846 int (*bgets)(BIO *, char *, int);
847 long (*ctrl)(BIO *, int, long, void *);
848 int (*create)(BIO *);
849 int (*destroy)(BIO *);
[all …]
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbio.h810 struct bio_method_st { struct
811 int type;
812 const char *name;
813 int (*bwrite)(BIO *, const char *, int);
814 int (*bread)(BIO *, char *, int);
816 int (*bputs)(BIO *, const char *);
817 int (*bgets)(BIO *, char *, int);
818 long (*ctrl)(BIO *, int, long, void *);
819 int (*create)(BIO *);
820 int (*destroy)(BIO *);
[all …]
/external/boringssl/src/include/openssl/
Dbio.h905 struct bio_method_st { struct
906 int type;
907 const char *name;
908 int (*bwrite)(BIO *, const char *, int);
909 int (*bread)(BIO *, char *, int);
911 int (*bputs)(BIO *, const char *);
912 int (*bgets)(BIO *, char *, int);
913 long (*ctrl)(BIO *, int, long, void *);
914 int (*create)(BIO *);
915 int (*destroy)(BIO *);
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py273 class bio_method_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py273 class bio_method_st(Structure): class