Searched refs:SSL_want_write (Results 1 – 3 of 3) sorted by relevance
2317 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()
1277 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
2078 if (SSL_want_write(s)) { in SSL_get_error()