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

/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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)
/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
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
528 BIO_CLOSE|BIO_FP_WRITE,name)
530 BIO_CLOSE|BIO_FP_APPEND,name)
532 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
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
528 BIO_CLOSE|BIO_FP_WRITE,name)
530 BIO_CLOSE|BIO_FP_APPEND,name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 62 milliseconds