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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c385 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
387 else if (num & BIO_FP_WRITE)
H A Dbio.h198 # define BIO_FP_WRITE 0x04 macro
546 BIO_CLOSE|BIO_FP_WRITE,name)
550 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 258 milliseconds