php_stream_getc  3288 ext/exif/exif.c 			if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc  3316 ext/exif/exif.c 		if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc  3320 ext/exif/exif.c 		if ((ll = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc   929 ext/ftp/ftp.c  	while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) {
php_stream_getc  1683 ext/ftp/ftp.c  	while ((ch = php_stream_getc(tmpstream)) != EOF) {
php_stream_getc  1894 ext/ftp/ftp.c  	while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) {
php_stream_getc   684 ext/phar/phar.c 		if (EOF == (nextchar = php_stream_getc(fp))) {
php_stream_getc   690 ext/phar/phar.c 			if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
php_stream_getc  2456 ext/phar/phar.c 		CRC32(crc, php_stream_getc(fp));
php_stream_getc  2826 ext/phar/phar.c 			CRC32(newcrc32, php_stream_getc(file));
php_stream_getc   865 ext/phar/zip.c 			CRC32(newcrc32, php_stream_getc(efp));
php_stream_getc  1434 ext/soap/php_http.c 					ch = php_stream_getc(stream);
php_stream_getc  1436 ext/soap/php_http.c 						ch = php_stream_getc(stream);
php_stream_getc  2831 ext/spl/spl_directory.c 	result = php_stream_getc(intern->u.file.stream);
php_stream_getc  1074 ext/standard/file.c 	result = php_stream_getc(stream);
php_stream_getc  2346 ext/standard/file.c 	while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) {
php_stream_getc  2376 ext/standard/file.c 				while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch != '<' && ch != '>') {
php_stream_getc  2412 ext/standard/file.c 					while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr(PHP_META_HTML401_CHARS, ch))) {
php_stream_getc   395 ext/standard/image.c 		if ((marker = php_stream_getc(stream)) == EOF)
php_stream_getc   501 ext/standard/image.c 					result->bits     = php_stream_getc(stream);
php_stream_getc   504 ext/standard/image.c 					result->channels = php_stream_getc(stream);
php_stream_getc   619 ext/standard/image.c 	first_marker_id = php_stream_getc(stream);
php_stream_getc   657 ext/standard/image.c 		bit_depth = php_stream_getc(stream); /* Ssiz[i] */
php_stream_getc   663 ext/standard/image.c 		php_stream_getc(stream); /* XRsiz[i] */
php_stream_getc   664 ext/standard/image.c 		php_stream_getc(stream); /* YRsiz[i] */
php_stream_getc   953 ext/standard/image.c 	if (php_stream_getc(stream) != 0) {
php_stream_getc   959 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   967 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   980 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   729 ext/standard/url.c 			php_stream_getc(stream);
php_stream_getc  2423 sapi/cgi/cgi_main.c 						c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);
php_stream_getc  2426 sapi/cgi/cgi_main.c 								c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);	/* skip to end of line */
php_stream_getc  2430 sapi/cgi/cgi_main.c 								if (php_stream_getc((php_stream*)file_handle.handle.stream.handle) != '\n') {