php_pollfd_for_ms 1276 ext/ftp/ftp.c  		n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1366 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1441 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000);
php_pollfd_for_ms 1465 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, POLLOUT, 1000);
php_pollfd_for_ms 1490 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 2155 ext/openssl/xp_ssl.c 				n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500);
php_pollfd_for_ms 1083 ext/pdo_pgsql/pgsql_driver.c 		php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, (int)ms_timeout);
php_pollfd_for_ms  213 main/streams/xp_socket.c 				n = php_pollfd_for_ms(sock->socket, POLLOUT, 500);