HomeSort by: relevance | last modified time | path
    Searched defs:ssl_pending (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 826 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
2767 ssl_pending = read_ssl && SSL_has_pending(con);
2769 if (!ssl_pending) {
2839 if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) {
2907 else if (!ssl_pending && write_tty)
2909 else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds))
2929 } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 922 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
2816 ssl_pending = read_ssl && SSL_has_pending(con);
2818 if (!ssl_pending) {
2888 if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) {
2956 else if (!ssl_pending && write_tty)
2958 else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds))
2978 } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 975 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
3046 ssl_pending = read_ssl && SSL_has_pending(con);
3048 if (!ssl_pending) {
3134 if (!ssl_pending
3207 else if (!ssl_pending && write_tty)
3209 else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds))
3229 } else if (ssl_pending
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 434 size_t (*ssl_pending)(const SSL *s); member in struct:ssl_method_st
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 512 size_t (*ssl_pending) (const SSL *s); member in struct:ssl_method_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 464 size_t (*ssl_pending) (const SSL *s); member in struct:ssl_method_st

Completed in 83 milliseconds