php_stream_getc  3279 ext/exif/exif.c 			if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc  3307 ext/exif/exif.c 		if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc  3311 ext/exif/exif.c 		if ((ll = php_stream_getc(ImageInfo->infile)) == EOF) {
php_stream_getc   961 ext/ftp/ftp.c  	while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) {
php_stream_getc  1857 ext/ftp/ftp.c  	while ((ch = php_stream_getc(tmpstream)) != EOF) {
php_stream_getc  2068 ext/ftp/ftp.c  	while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) {
php_stream_getc   686 ext/phar/phar.c 		if (EOF == (nextchar = php_stream_getc(fp))) {
php_stream_getc   692 ext/phar/phar.c 			if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
php_stream_getc  2409 ext/phar/phar.c 		CRC32(crc, php_stream_getc(fp));
php_stream_getc  2773 ext/phar/phar.c 			CRC32(newcrc32, php_stream_getc(file));
php_stream_getc   885 ext/phar/zip.c 			CRC32(newcrc32, php_stream_getc(efp));
php_stream_getc  1433 ext/soap/php_http.c 					ch = php_stream_getc(stream);
php_stream_getc  1435 ext/soap/php_http.c 						ch = php_stream_getc(stream);
php_stream_getc  2796 ext/spl/spl_directory.c 	result = php_stream_getc(intern->u.file.stream);
php_stream_getc  1071 ext/standard/file.c 	result = php_stream_getc(stream);
php_stream_getc  2388 ext/standard/file.c 	while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) {
php_stream_getc  2418 ext/standard/file.c 				while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch != '<' && ch != '>') {
php_stream_getc  2454 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   401 ext/standard/image.c 		if ((marker = php_stream_getc(stream)) == EOF)
php_stream_getc   507 ext/standard/image.c 					result->bits     = php_stream_getc(stream);
php_stream_getc   510 ext/standard/image.c 					result->channels = php_stream_getc(stream);
php_stream_getc   624 ext/standard/image.c 	first_marker_id = php_stream_getc(stream);
php_stream_getc   662 ext/standard/image.c 		bit_depth = php_stream_getc(stream); /* Ssiz[i] */
php_stream_getc   668 ext/standard/image.c 		php_stream_getc(stream); /* XRsiz[i] */
php_stream_getc   669 ext/standard/image.c 		php_stream_getc(stream); /* YRsiz[i] */
php_stream_getc   958 ext/standard/image.c 	if (php_stream_getc(stream) != 0) {
php_stream_getc   964 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   972 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   985 ext/standard/image.c 		i = php_stream_getc(stream);
php_stream_getc   743 ext/standard/url.c 			php_stream_getc(stream);
php_stream_getc  2409 sapi/cgi/cgi_main.c 						c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);
php_stream_getc  2412 sapi/cgi/cgi_main.c 								c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);	/* skip to end of line */
php_stream_getc  2416 sapi/cgi/cgi_main.c 								if (php_stream_getc((php_stream*)file_handle.handle.stream.handle) != '\n') {