Searched refs:SSL_get_fd (Results 1 – 4 of 4) sorted by relevance
222 FD_SET(SSL_get_fd(ssl), &fds); in sock_read_ready()227 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv); in sock_read_ready()
250 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
979 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
10424 int fd = SSL_get_fd(ssl);