Searched refs:asyncfds (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 3147 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 D | apps.c | 3140 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 10 milliseconds