Searched refs:SSL_get_fd (Results 1 – 6 of 6) sorted by relevance
427 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()481 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()520 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()601 i=SSL_get_fd(serverCon); in doConnection()
1160 width=SSL_get_fd(con)+1; in MAIN()1341 SHUTDOWN(SSL_get_fd(con)); in MAIN()1358 openssl_fdset(SSL_get_fd(con),&readfds); in MAIN()1360 openssl_fdset(SSL_get_fd(con),&writefds); in MAIN()1364 openssl_fdset(SSL_get_fd(con),&readfds); in MAIN()1366 openssl_fdset(SSL_get_fd(con),&writefds); in MAIN()1448 if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds)) in MAIN()1544 else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds)) in MAIN()1671 SHUTDOWN(SSL_get_fd(con)); in MAIN()
19 int SSL_get_fd(const SSL *s);
1554 int SSL_get_fd(const SSL *s);
627 int SSL_get_fd(const SSL *s) in SSL_get_fd() function