Home
last modified time | relevance | path

Searched defs:bio_st (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dbio.h715 struct bio_st { struct
716 const BIO_METHOD *method;
718 long (*callback)(BIO *, int, const char *, int, long, long);
719 char *cb_arg; /* first argument for the callback */
722 int init;
727 int shutdown;
728 int flags;
729 int retry_reason;
732 int num;
733 CRYPTO_refcount_t references;
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py269 class bio_st(Structure): class