Searched refs:BIO_C_SHUTDOWN_WR (Results 1 – 4 of 4) sorted by relevance
413 # define BIO_C_SHUTDOWN_WR 142 macro578 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
390 # define BIO_C_SHUTDOWN_WR 142 macro555 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
499 case BIO_C_SHUTDOWN_WR: in bio_ctrl()
15884 * New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR