Searched defs:BIO_should_io_special (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c282 int BIO_should_io_special(const BIO *bio) { function
/external/openssl/crypto/bio/
H A Dbio.h254 #define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) macro
259 * BIO_should_io_special() condition. After this returns true,
/external/openssl/include/openssl/
H A Dbio.h254 #define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) macro
259 * BIO_should_io_special() condition. After this returns true,

Completed in 94 milliseconds