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

  /external/openssl/crypto/bio/
bio.h 105 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
108 #define BIO_CLOSE 0x01
461 BIO_CLOSE|BIO_FP_READ,(char *)name)
464 BIO_CLOSE|BIO_FP_WRITE,name)
466 BIO_CLOSE|BIO_FP_APPEND,name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
  /external/openssl/include/openssl/
bio.h 105 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
108 #define BIO_CLOSE 0x01
461 BIO_CLOSE|BIO_FP_READ,(char *)name)
464 BIO_CLOSE|BIO_FP_WRITE,name)
466 BIO_CLOSE|BIO_FP_APPEND,name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 36 milliseconds