Searched refs:SSL_ERROR_WANT_READ (Results 1 – 2 of 2) sorted by relevance
117 const SSL_ERROR_WANT_READ: c_int = 2; const126 pub(crate) const WANT_READ: SslErrorCode = SslErrorCode(SSL_ERROR_WANT_READ);
1371 case SSL_ERROR_WANT_READ: in Recv()