Searched defs:SSL_want_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ | ||
| H A D | ssl.h.in | 916 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro |
| H A D | ssl.h | 939 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro |