POLLOUT 1234 ext/ftp/ftp.c n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); POLLOUT 1328 ext/ftp/ftp.c n = php_pollfd_for_ms(s, POLLOUT, 1000); POLLOUT 282 ext/openssl/xp_ssl.c n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); POLLOUT 333 main/network.c if ((n = php_pollfd_for(sockfd, PHP_POLLREADABLE|POLLOUT, timeout)) == 0) { POLLOUT 1124 main/network.c if (ufds[i].events & POLLOUT) { POLLOUT 1147 main/network.c ufds[i].revents |= POLLOUT; POLLOUT 82 main/streams/xp_socket.c retval = php_pollfd_for(sock->socket, POLLOUT, ptimeout); POLLOUT 196 main/streams/xp_socket.c n = php_pollfd_for_ms(sock->socket, POLLOUT, 500);