Searched refs:BIO_FP_READ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_file.c367 if (num & BIO_FP_READ)
371 else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
375 else if (num & BIO_FP_READ)
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/openssl/crypto/bio/
H A Dbss_file.c367 if (num & BIO_FP_READ)
371 else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
375 else if (num & BIO_FP_READ)
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/openssl/include/openssl/
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 68 milliseconds