Home
last modified time | relevance | path

Searched refs:SSL_want_write (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dsslhelper.c2317 if (cptr > 0 || (sptr < ABSIZE && SSL_want_write(ssl))) { in ssl_xfer()
2495 (SSL_want_write(ssl) && FD_ISSET(s_out, &wr)) || in ssl_xfer()
/external/boringssl/src/include/openssl/
Dssl.h1277 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
/external/boringssl/src/ssl/
Dssl_lib.c2078 if (SSL_want_write(s)) { in SSL_get_error()