Searched refs:BIO_C_SHUTDOWN_WR (Results 1 – 4 of 4) sorted by relevance
454 # define BIO_C_SHUTDOWN_WR 142 macro604 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
574 case BIO_C_SHUTDOWN_WR: in bio_ctrl()
19 #define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
6958 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR