Lines Matching refs:SSL_get_fd
2322 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2325 width = SSL_get_fd(con) + 1; in s_client_main()
2547 width = SSL_get_fd(con) + 1; in s_client_main()
2553 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2947 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
3011 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
3014 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
3019 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
3022 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
3068 && !FD_ISSET(SSL_get_fd(con), &readfds) in s_client_main()
3069 && !FD_ISSET(SSL_get_fd(con), &writefds)) in s_client_main()
3074 && ((!isquic && FD_ISSET(SSL_get_fd(con), &writefds)) in s_client_main()
3169 || (!isquic && FD_ISSET(SSL_get_fd(con), &readfds))) { in s_client_main()
3301 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main()
3315 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
3521 sock = SSL_get_fd(s); in print_stuff()
3855 BIO_closesocket(SSL_get_fd(user_data->con)); in user_data_execute()