Home
last modified time | relevance | path

Searched refs:asyncfds (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3147 fd_set asyncfds; in wait_for_async() local
3162 FD_ZERO(&asyncfds); in wait_for_async()
3166 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()
3168 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()
/third_party/openssl/apps/lib/
H A Dapps.c3140 fd_set asyncfds; in wait_for_async() local
3155 FD_ZERO(&asyncfds); in wait_for_async()
3159 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()
3161 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()

Completed in 9 milliseconds