HomeSort by relevance Sort by last modified time
    Searched defs:BIO_CLOSE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 464 * |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
    [all...]
  /external/openssl/crypto/bio/
bio.h 116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01
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)
    [all...]
  /external/openssl/include/openssl/
bio.h 116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01
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)
    [all...]

Completed in 258 milliseconds