Home
last modified time | relevance | path

Searched refs:ssl_pending (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/
H A Ds_client.c890 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; in s_client_main() local
2985 ssl_pending = read_ssl && SSL_has_pending(con); in s_client_main()
2987 if (!ssl_pending) { in s_client_main()
3073 if (!ssl_pending in s_client_main()
3146 else if (!ssl_pending && write_tty) in s_client_main()
3148 else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds)) in s_client_main()
3168 } else if (ssl_pending in s_client_main()
/openssl/ssl/
H A Dssl_local.h437 size_t (*ssl_pending) (const SSL *s); member
H A Dssl_lib.c1891 size_t pending = s->method->ssl_pending(s); in SSL_pending()

Completed in 45 milliseconds