Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_reactor.c165 int wfd, int wfd_want_write, in poll_two_fds() argument
190 if (wfd != -1 && wfd_want_write) in poll_two_fds()
250 | (wfd_want_write ? POLLOUT : 0); in poll_two_fds()
260 pfds[npfd].events = (wfd_want_write ? POLLOUT : 0); in poll_two_fds()

Completed in 5 milliseconds