Searched refs:SSL_get_fd (Results 1 – 4 of 4) sorted by relevance
194 FD_SET(SSL_get_fd(ssl), &fds); in sock_read_ready()199 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv); in sock_read_ready()
1867 OPENSSL_EXPORT int SSL_get_fd(const SSL *s);
599 int SSL_get_fd(const SSL *s) { return SSL_get_rfd(s); } in SSL_get_fd() function
10292 int fd = SSL_get_fd(ssl);