Lines Matching refs:SSL_get_fd
2142 if (fileno_stdin() > SSL_get_fd(con))
2145 width = SSL_get_fd(con) + 1;
2364 width = SSL_get_fd(con) + 1;
2370 openssl_fdset(SSL_get_fd(con), &readfds);
2761 BIO_closesocket(SSL_get_fd(con));
2785 openssl_fdset(SSL_get_fd(con), &readfds);
2787 openssl_fdset(SSL_get_fd(con), &writefds);
2791 openssl_fdset(SSL_get_fd(con), &readfds);
2793 openssl_fdset(SSL_get_fd(con), &writefds);
2839 if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) {
2929 } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) {
3069 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */
3083 BIO_closesocket(SSL_get_fd(con));
3269 sock = SSL_get_fd(s);