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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h352 * If the close flag is set to |BIO_NOCLOSE| (not the default) then the
607 /* BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
609 #define BIO_NOCLOSE 0 macro
/external/openssl/crypto/bio/
H A Dbio.h117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
118 #define BIO_NOCLOSE 0x00 macro
/external/openssl/include/openssl/
H A Dbio.h117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
118 #define BIO_NOCLOSE 0x00 macro

Completed in 105 milliseconds