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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h768 #define BIO_C_GET_WRITE_GUARANTEE 140 macro
/external/openssl/crypto/bio/
H A Dbio.h444 #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/
H A Dbio.h444 #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)

Completed in 1189 milliseconds