Home
last modified time | relevance | path

Searched refs:rfd (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/quic/
H A Dquic_reactor.c188 if (rfd != -1 && rfd_want_read) in poll_two_fds()
189 openssl_fdset(rfd, &rfd_set); in poll_two_fds()
194 if (rfd != -1) in poll_two_fds()
195 openssl_fdset(rfd, &efd_set); in poll_two_fds()
199 maxfd = rfd; in poll_two_fds()
203 if (!ossl_assert(rfd != -1 || wfd != -1 in poll_two_fds()
247 if (rfd == wfd) { in poll_two_fds()
248 pfds[npfd].fd = rfd; in poll_two_fds()
254 pfds[npfd].fd = rfd; in poll_two_fds()
326 int rfd, wfd; in poll_two_descriptors() local
[all …]

Completed in 5 milliseconds