Home
last modified time | relevance | path

Searched refs:BIO_FP_READ (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_file.c262 if (num & BIO_FP_READ) in file_ctrl()
266 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
270 else if (num & BIO_FP_READ) in file_ctrl()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_file.c271 if (num & BIO_FP_READ) in file_ctrl()
275 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
279 else if (num & BIO_FP_READ) in file_ctrl()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h145 # define BIO_FP_READ 0x02 macro
435 BIO_CLOSE|BIO_FP_READ,(char *)(name))
442 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in186 # define BIO_FP_READ 0x02 macro
487 BIO_CLOSE|BIO_FP_READ,(char *)(intptr_t)(name))
494 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)