Searched defs:SSL_want_write (Results 1 – 3 of 3) sorted by relevance
118 int SSL_want_write(const SSL *ssl) in SSL_want_write() function
903 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
896 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro