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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h464 * |close_flag| is |BIO_CLOSE|, then |fclose| will be called on |stream| when
472 /* BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
520 * write to the socket |fd|. If |close_flag| is |BIO_CLOSE| then closing the
607 /* BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
610 #define BIO_CLOSE 1 macro
/external/openssl/crypto/bio/
H A Dbio.h116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01 macro
528 BIO_CLOSE|BIO_FP_READ,(char *)name)
531 BIO_CLOSE|BIO_FP_WRITE,name)
533 BIO_CLOSE|BIO_FP_APPEND,name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/openssl/include/openssl/
H A Dbio.h116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01 macro
528 BIO_CLOSE|BIO_FP_READ,(char *)name)
531 BIO_CLOSE|BIO_FP_WRITE,name)
533 BIO_CLOSE|BIO_FP_APPEND,name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 109 milliseconds