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

/external/boringssl/include/openssl/
H A Dbio.h356 // If the close flag is set to |BIO_NOCLOSE| (not the default) then the
363 // BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
365 #define BIO_NOCLOSE 0 macro
/external/boringssl/src/include/openssl/
H A Dbio.h356 // If the close flag is set to |BIO_NOCLOSE| (not the default) then the
363 // BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
365 #define BIO_NOCLOSE 0 macro

Completed in 229 milliseconds