Home
last modified time | relevance | path

Searched refs:SSL_ERROR_WANT_WRITE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs118 const SSL_ERROR_WANT_WRITE: c_int = 3; const
127 pub(crate) const WANT_WRITE: SslErrorCode = SslErrorCode(SSL_ERROR_WANT_WRITE);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1274 if (err == SSL_ERROR_WANT_WRITE || errno == EAGAIN) { in SendRetry()
1318 if (err != SSL_ERROR_WANT_WRITE || errno != EAGAIN) { in PollSend()