Lines Matching defs:reason
784 * indirectly accessed for various purposes, and for that reason they
1643 * the records for some reason.
3318 * variable. The reason is that the functions aren't static, they're exposed
3494 * propagated in SSL_new(), for the following reason: setting the
3865 * with only a dummy session id so there is no reason to cache it,
3943 int reason;
3982 reason = BIO_get_retry_reason(bio);
3983 if (reason == BIO_RR_CONNECT)
3985 else if (reason == BIO_RR_ACCEPT)
4003 reason = BIO_get_retry_reason(bio);
4004 if (reason == BIO_RR_CONNECT)
4006 else if (reason == BIO_RR_ACCEPT)
5401 * reason to abort the handshake, that decision is up to the callback.