Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_network.h133 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
152 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
H A Dnetwork.c1183 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) argument
1193 for (i = 0; i < nfds; i++) {
1199 if (!PHP_SAFE_MAX_FD(max_fd, nfds + 1)) {
1212 for (i = 0; i < nfds; i++) {
1237 for (i = 0; i < nfds; i++) {
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1841 int nfds = php_pollfd_for(client->sock, POLLOUT, &tv); in php_cli_server_client_send_through() local
1842 if (nfds > 0) { in php_cli_server_client_send_through()
1844 } else if (nfds < 0) { in php_cli_server_client_send_through()

Completed in 21 milliseconds