comment_correction 3260 ext/exif/exif.c 	int marker = 0, last_marker = M_PSEUDO, comment_correction=1;
comment_correction 3275 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction) {
comment_correction 3276 ext/exif/exif.c 			comment_correction = 2;
comment_correction 3283 ext/exif/exif.c 			if (last_marker==M_COM && comment_correction>0) {
comment_correction 3286 ext/exif/exif.c 					comment_correction--;
comment_correction 3292 ext/exif/exif.c 		if (last_marker==M_COM && !comment_correction) {
comment_correction 3295 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction)
comment_correction  383 ext/standard/image.c static unsigned int php_next_marker(php_stream * stream, int last_marker, int comment_correction, int ff_read)
comment_correction  388 ext/standard/image.c 	if (last_marker==M_COM && comment_correction) {
comment_correction  392 ext/standard/image.c 		comment_correction = 2;
comment_correction  395 ext/standard/image.c 		comment_correction = 0;
comment_correction  405 ext/standard/image.c 		if (last_marker==M_COM && comment_correction>0)
comment_correction  410 ext/standard/image.c 				comment_correction--;
comment_correction  421 ext/standard/image.c 	if ( last_marker==M_COM && comment_correction)