Searched refs:SSL_ERROR_ZERO_RETURN (Results 1 – 2 of 2) sorted by relevance
119 const SSL_ERROR_ZERO_RETURN: c_int = 6; const125 pub(crate) const ZERO_RETURN: SslErrorCode = SslErrorCode(SSL_ERROR_ZERO_RETURN);
1368 case SSL_ERROR_ZERO_RETURN: in Recv()