Searched refs:SSL_want_read (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h868 #define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h868 #define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
H A Dssl_lib.c2130 if ((i < 0) && SSL_want_read(s))
2141 * (so that we have SSL_want_read(s) instead of
2164 /* See above (SSL_want_read(s) with BIO_should_write(bio)) */

Completed in 294 milliseconds