php_pollfd_for_ms 1231 ext/ftp/ftp.c n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); php_pollfd_for_ms 1273 ext/ftp/ftp.c n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); php_pollfd_for_ms 1305 ext/ftp/ftp.c n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000); php_pollfd_for_ms 1325 ext/ftp/ftp.c n = php_pollfd_for_ms(s, POLLOUT, 1000); php_pollfd_for_ms 1346 ext/ftp/ftp.c n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); php_pollfd_for_ms 280 ext/openssl/xp_ssl.c n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); php_pollfd_for_ms 200 main/streams/xp_socket.c n = php_pollfd_for_ms(sock->socket, POLLOUT, 500);