Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbio.h804 struct bio_method_st { struct
805 int type;
806 const char *name;
807 int (*bwrite)(BIO *, const char *, int);
808 int (*bread)(BIO *, char *, int);
810 int (*bputs)(BIO *, const char *);
811 int (*bgets)(BIO *, char *, int);
812 long (*ctrl)(BIO *, int, long, void *);
813 int (*create)(BIO *);
814 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