php_pollfd_for_ms 1235 ext/ftp/ftp.c  		n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1277 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1309 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000);
php_pollfd_for_ms 1329 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, POLLOUT, 1000);
php_pollfd_for_ms 1350 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms  404 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);