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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h769 #define BIO_C_GET_READ_REQUEST 141 macro
/external/openssl/crypto/bio/
H A Dbio.h445 #define BIO_C_GET_READ_REQUEST 141 macro
595 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
/external/openssl/include/openssl/
H A Dbio.h445 #define BIO_C_GET_READ_REQUEST 141 macro
595 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)

Completed in 805 milliseconds