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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c381 if (num & BIO_FP_READ)
385 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
389 else if (num & BIO_FP_READ)
H A Dbio.h197 # define BIO_FP_READ 0x02 macro
543 BIO_CLOSE|BIO_FP_READ,(char *)name)
550 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 192 milliseconds