Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps.c3204 fd_set asyncfds; in wait_for_async() local
3219 FD_ZERO(&asyncfds); in wait_for_async()
3223 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()
3225 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()

Completed in 14 milliseconds