Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_reactor.c173 int maxfd, pres; in poll_two_fds() local
232 pres = select(maxfd + 1, &rfd_set, &wfd_set, &efd_set, ptv); in poll_two_fds()
233 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()
240 return pres < 0 ? 0 : 1; in poll_two_fds()
242 int pres, timeout_ms; in poll_two_fds()
283 pres = poll(pfds, npfd, timeout_ms); in poll_two_fds()
284 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()
291 return pres < 0 ? 0 : 1; in poll_two_fds()

Completed in 4 milliseconds