Searched refs:RECORD_LAYER_write_pending (Results 1 – 5 of 5) sorted by relevance
67 if (!RECORD_LAYER_write_pending(&s->rlayer)) { in ssl3_send_alert()106 if (RECORD_LAYER_write_pending(&sc->rlayer)) { in ssl3_dispatch_alert()
2801 if (RECORD_LAYER_write_pending(&sc->rlayer)) { in SSL_key_update()2902 if (!RECORD_LAYER_write_pending(&sc->rlayer) && !SSL_in_init(s)) in SSL_new_session_ticket()
4648 && !RECORD_LAYER_write_pending(&sc->rlayer) in ssl3_renegotiate_check()
142 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl);
112 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) in RECORD_LAYER_write_pending() function
Completed in 34 milliseconds