Home
last modified time | relevance | path

Searched refs:BIO_FP_WRITE (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_file.c266 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
268 else if (num & BIO_FP_WRITE) in file_ctrl()
/third_party/openssl/include/openssl/
Dbio.h146 # define BIO_FP_WRITE 0x04 macro
438 BIO_CLOSE|BIO_FP_WRITE,name)
442 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)