php_pollfd_for_ms 1234 ext/ftp/ftp.c  		n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1276 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms 1308 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000);
php_pollfd_for_ms 1328 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, POLLOUT, 1000);
php_pollfd_for_ms 1349 ext/ftp/ftp.c  	n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000);
php_pollfd_for_ms  282 ext/openssl/xp_ssl.c 				n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500);
php_pollfd_for_ms   49 ext/soap/php_http.c 		if (php_pollfd_for_ms(socket, PHP_POLLREADABLE, 0) > 0) {
php_pollfd_for_ms  196 main/streams/xp_socket.c 				n = php_pollfd_for_ms(sock->socket, POLLOUT, 500);