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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h632 #define BIO_CTRL_GET_CLOSE 8 /* man - set the 'close' on free */ macro
/external/openssl/crypto/bio/
H A Dbio.h130 #define BIO_CTRL_GET_CLOSE 8 /* man - set the 'close' on free */ macro
573 #define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
/external/openssl/include/openssl/
H A Dbio.h130 #define BIO_CTRL_GET_CLOSE 8 /* man - set the 'close' on free */ macro
573 #define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)

Completed in 299 milliseconds