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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfile.c85 #define BIO_FP_READ 0x02 macro
243 if (num & BIO_FP_READ) {
248 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) {
252 } else if (num & BIO_FP_READ) {
332 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_READ,
348 BIO_CLOSE | BIO_FP_READ | BIO_FP_WRITE, (char *)filename);
/external/openssl/crypto/bio/
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
528 BIO_CLOSE|BIO_FP_READ,(char *)name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/openssl/include/openssl/
H A Dbio.h194 #define BIO_FP_READ 0x02 macro
528 BIO_CLOSE|BIO_FP_READ,(char *)name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 753 milliseconds