Searched refs:alert_dispatch (Results 1 – 7 of 7) sorted by relevance
64 s->s3.alert_dispatch = SSL_ALERT_DISPATCH_PENDING; in ssl3_send_alert()90 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()107 if (sc->s3.alert_dispatch != SSL_ALERT_DISPATCH_RETRY) { in ssl3_dispatch_alert()113 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()124 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()132 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_RETRY; in ssl3_dispatch_alert()142 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()
51 s->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in dtls1_dispatch_alert()59 s->s3.alert_dispatch = 1; in dtls1_dispatch_alert()
4525 if (sc->s3.alert_dispatch > 0) in ssl3_shutdown()4527 } else if (sc->s3.alert_dispatch > 0) { in ssl3_shutdown()4550 && sc->s3.alert_dispatch == SSL_ALERT_DISPATCH_NONE) in ssl3_shutdown()
1296 int alert_dispatch; member
2577 if (sc->s3.alert_dispatch > 0) { in SSL_sendfile()
630 if (sc->s3.alert_dispatch > 0) { in do_dtls1_write()
367 if (s->s3.alert_dispatch > 0) { in ssl3_write_bytes()
Completed in 49 milliseconds