Searched refs:BIO_C_GET_WRITE_GUARANTEE (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/bio/ |
D | bss_bio.c | 564 case BIO_C_GET_WRITE_GUARANTEE: in bio_ctrl() 843 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL); in BIO_ctrl_get_write_guarantee()
|
D | bio.h | 441 #define BIO_C_GET_WRITE_GUARANTEE 140 macro 591 #define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_bio.c | 564 case BIO_C_GET_WRITE_GUARANTEE: in bio_ctrl() 843 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL); in BIO_ctrl_get_write_guarantee()
|
D | bio.h | 444 #define BIO_C_GET_WRITE_GUARANTEE 140 macro 594 #define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 444 #define BIO_C_GET_WRITE_GUARANTEE 140 macro 594 #define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
|
/external/openssl/include/openssl/ |
D | bio.h | 441 #define BIO_C_GET_WRITE_GUARANTEE 140 macro 591 #define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
|