Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_reactor.c190 if (wfd != -1 && wfd_want_write) in poll_two_fds()
191 openssl_fdset(wfd, &wfd_set); in poll_two_fds()
196 if (wfd != -1) in poll_two_fds()
197 openssl_fdset(wfd, &efd_set); in poll_two_fds()
200 if (wfd > maxfd) in poll_two_fds()
201 maxfd = wfd; in poll_two_fds()
203 if (!ossl_assert(rfd != -1 || wfd != -1 in poll_two_fds()
247 if (rfd == wfd) { in poll_two_fds()
259 pfds[npfd].fd = wfd; in poll_two_fds()
326 int rfd, wfd; in poll_two_descriptors() local
[all …]

Completed in 4 milliseconds