Searched refs:BIO_get_fd (Results 1 – 4 of 4) sorted by relevance
272 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd() function
441 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
1125 BIO_get_fd(b, &ret); in SSL_get_rfd()1134 BIO_get_fd(b, &ret); in SSL_get_wfd()1153 BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd()1173 BIO_get_fd(wbio, NULL) != fd) { in SSL_set_rfd()
1200 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct()1412 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()