last_marker      3269 ext/exif/exif.c 	int marker = 0, last_marker = M_PSEUDO, comment_correction=1;
last_marker      3284 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction) {
last_marker      3292 ext/exif/exif.c 			if (last_marker==M_COM && comment_correction>0) {
last_marker      3297 ext/exif/exif.c 					last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */
last_marker      3301 ext/exif/exif.c 		if (last_marker==M_COM && !comment_correction) {
last_marker      3304 ext/exif/exif.c 		if (last_marker==M_COM && comment_correction)
last_marker      3423 ext/exif/exif.c 		last_marker = marker;
last_marker       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)
last_marker       382 ext/standard/image.c 	if (last_marker==M_COM && comment_correction) {
last_marker       388 ext/standard/image.c 		last_marker = 0;
last_marker       399 ext/standard/image.c 		if (last_marker==M_COM && comment_correction>0)
last_marker       406 ext/standard/image.c 				last_marker = M_PSEUDO; /* stop skipping non 0xff for M_COM */
last_marker       415 ext/standard/image.c 	if ( last_marker==M_COM && comment_correction)