php_pollfd_for_ms 1237 ext/ftp/ftp.c  		n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1279 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1311 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000);
php_pollfd_for_ms 1331 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, POLLOUT, 1000);
php_pollfd_for_ms 1352 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 2047 ext/openssl/xp_ssl.c 				n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500);
php_pollfd_for_ms 1080 ext/pdo_pgsql/pgsql_driver.c 		php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, ms_timeout);
php_pollfd_for_ms  200 main/streams/xp_socket.c 				n = php_pollfd_for_ms(sock->socket, POLLOUT, 500);