Searched refs:wfd (Results 1 – 1 of 1) sorted by relevance
238 fd_set wfd; in sapi_cli_select() local242 FD_ZERO(&wfd); in sapi_cli_select()244 PHP_SAFE_FD_SET(fd, &wfd); in sapi_cli_select()249 ret = php_select(fd+1, NULL, &wfd, NULL, &tv); in sapi_cli_select()
Completed in 7 milliseconds