Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h413 # define BIO_C_SHUTDOWN_WR 142 macro
578 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
H A Dbio.h.in390 # define BIO_C_SHUTDOWN_WR 142 macro
555 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c499 case BIO_C_SHUTDOWN_WR: in bio_ctrl()
/freebsd/crypto/openssl/
H A DCHANGES.md15884 * New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR