POLLIN 518 ext/openssl/xp_ssl.c (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); POLLIN 1182 main/network.c ufds[i].revents |= POLLIN; POLLIN 123 main/php_network.h #ifndef POLLIN POLLIN 137 main/php_network.h #define PHP_POLLREADABLE (POLLIN|POLLERR|POLLHUP) POLLIN 1230 sapi/cgi/fastcgi.c fds.events = POLLIN; POLLIN 1236 sapi/cgi/fastcgi.c if (ret > 0 && (fds.revents & POLLIN)) { POLLIN 862 sapi/cli/php_cli_server.c if (mode & POLLIN) { POLLIN 875 sapi/cli/php_cli_server.c if (mode & POLLIN) { POLLIN 914 sapi/cli/php_cli_server.c n->events = POLLIN; POLLIN 951 sapi/cli/php_cli_server.c if (SUCCESS != callback(opaque, fd, POLLIN)) { POLLIN 2225 sapi/cli/php_cli_server.c php_cli_server_poller_remove(&(*p)->server->poller, POLLIN | POLLOUT, (*p)->sock); POLLIN 2293 sapi/cli/php_cli_server.c php_cli_server_poller_add(&server->poller, POLLIN, server_sock); POLLIN 2356 sapi/cli/php_cli_server.c php_cli_server_poller_remove(&server->poller, POLLIN, client->sock); POLLIN 2359 sapi/cli/php_cli_server.c php_cli_server_poller_add(&server->poller, POLLIN, client->sock); POLLIN 2447 sapi/cli/php_cli_server.c if (event & POLLIN) { POLLIN 207 sapi/fpm/fpm/events/devpoll.c pollfd.events = POLLIN; POLLIN 232 sapi/fpm/fpm/events/devpoll.c pollfd.events = POLLIN | POLLREMOVE; POLLIN 164 sapi/fpm/fpm/events/poll.c if (active_pollfds[q->ev->index].revents & POLLIN) { POLLIN 194 sapi/fpm/fpm/events/poll.c pollfds[next_free_slot].events = POLLIN; POLLIN 213 sapi/fpm/fpm/events/poll.c pollfds[i].events = POLLIN; POLLIN 163 sapi/fpm/fpm/events/port.c if (port_associate(pfd, PORT_SOURCE_FD, ev->fd, POLLIN, (void *)ev) < 0) { POLLIN 851 sapi/fpm/fpm/fastcgi.c fds.events = POLLIN; POLLIN 857 sapi/fpm/fpm/fastcgi.c if (ret > 0 && (fds.revents & POLLIN)) {