Searched refs:nfds (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | php_network.h | 138 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout); 157 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
|
H A D | network.c | 1172 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) argument 1182 for (i = 0; i < nfds; i++) { 1188 if (!PHP_SAFE_MAX_FD(max_fd, nfds + 1)) { 1201 for (i = 0; i < nfds; i++) { 1226 for (i = 0; i < nfds; i++) {
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 1917 int nfds = php_pollfd_for(client->sock, POLLOUT, &tv); in php_cli_server_client_send_through() local 1918 if (nfds > 0) { in php_cli_server_client_send_through()
|
Completed in 23 milliseconds