Searched refs:BIO_C_SHUTDOWN_WR (Results 1 – 3 of 3) sorted by relevance
443 #define BIO_C_SHUTDOWN_WR 142 macro589 #define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
589 case BIO_C_SHUTDOWN_WR: in bio_ctrl()