Searched refs:BIO_get_read_request (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio.h | 595 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 595 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
|
/external/openssl/crypto/bio/ |
D | bio.h | 592 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
|
/external/openssl/include/openssl/ |
D | bio.h | 592 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
|