comment_correction 3269 ext/exif/exif.c 	int marker = 0, last_marker = M_PSEUDO, comment_correction=1;
comment_correction 3284 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction) {
comment_correction 3285 ext/exif/exif.c 			comment_correction = 2;
comment_correction 3292 ext/exif/exif.c 			if (last_marker==M_COM && comment_correction>0) {
comment_correction 3295 ext/exif/exif.c 					comment_correction--;
comment_correction 3301 ext/exif/exif.c 		if (last_marker==M_COM && !comment_correction) {
comment_correction 3304 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction)
comment_correction  377 ext/standard/image.c static unsigned int php_next_marker(php_stream * stream, int last_marker, int comment_correction, int ff_read TSRMLS_DC)
comment_correction  382 ext/standard/image.c 	if (last_marker==M_COM && comment_correction) {
comment_correction  386 ext/standard/image.c 		comment_correction = 2;
comment_correction  389 ext/standard/image.c 		comment_correction = 0;
comment_correction  399 ext/standard/image.c 		if (last_marker==M_COM && comment_correction>0)
comment_correction  404 ext/standard/image.c 				comment_correction--;
comment_correction  415 ext/standard/image.c 	if ( last_marker==M_COM && comment_correction)