Home
last modified time | relevance | path

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

/openssl/util/
H A Dquicserver.c30 fd_set *readfdsp = NULL, *writefdsp = NULL; in wait_for_activity() local
40 readfdsp = &readfds; in wait_for_activity()
41 FD_ZERO(readfdsp); in wait_for_activity()
42 openssl_fdset(sock, readfdsp); in wait_for_activity()
61 if (readfdsp == NULL && writefdsp == NULL && timeoutp == NULL) in wait_for_activity()
64 select(width, readfdsp, writefdsp, NULL, timeoutp); in wait_for_activity()

Completed in 6 milliseconds