Searched refs:SSL_want_write (Results 1 – 3 of 3) sorted by relevance
1111 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
2541 if ((i < 0) && SSL_want_write(s)) in SSL_get_error()