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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfile.c86 #define BIO_FP_WRITE 0x04 macro
248 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) {
250 } else if (num & BIO_FP_WRITE) {
337 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_WRITE,
348 BIO_CLOSE | BIO_FP_READ | BIO_FP_WRITE, (char *)filename);
/external/openssl/crypto/bio/
H A Dbio.h195 #define BIO_FP_WRITE 0x04 macro
531 BIO_CLOSE|BIO_FP_WRITE,name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/external/openssl/include/openssl/
H A Dbio.h195 #define BIO_FP_WRITE 0x04 macro
531 BIO_CLOSE|BIO_FP_WRITE,name)
535 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 1211 milliseconds