Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c275 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
277 else if (num & BIO_FP_WRITE) in file_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h186 # define BIO_FP_WRITE 0x04 macro
513 BIO_CLOSE|BIO_FP_WRITE,name)
517 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
H A Dbio.h.in187 # define BIO_FP_WRITE 0x04 macro
490 BIO_CLOSE|BIO_FP_WRITE,name)
494 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)