Lines Matching defs:reason
724 * indirectly accessed for various purposes, and for that reason they
1561 * the records for some reason.
3218 * variable. The reason is that the functions aren't static, they're exposed
3394 * propagated in SSL_new(), for the following reason: setting the
3766 * with only a dummy session id so there is no reason to cache it,
3844 int reason;
3878 reason = BIO_get_retry_reason(bio);
3879 if (reason == BIO_RR_CONNECT)
3881 else if (reason == BIO_RR_ACCEPT)
3899 reason = BIO_get_retry_reason(bio);
3900 if (reason == BIO_RR_CONNECT)
3902 else if (reason == BIO_RR_ACCEPT)
5282 * reason to abort the handshake, that decision is up to the callback.