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

/external/boringssl/include/openssl/
H A Dbio.h363 // BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
366 #define BIO_CLOSE 1 macro
468 // |close_flag| is |BIO_CLOSE|, then |fclose| will be called on |stream| when
476 // BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
517 // write to the socket |fd|. If |close_flag| is |BIO_CLOSE| then closing the
/external/boringssl/src/include/openssl/
H A Dbio.h363 // BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
366 #define BIO_CLOSE 1 macro
468 // |close_flag| is |BIO_CLOSE|, then |fclose| will be called on |stream| when
476 // BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
517 // write to the socket |fd|. If |close_flag| is |BIO_CLOSE| then closing the

Completed in 302 milliseconds