last_marker 3260 ext/exif/exif.c int marker = 0, last_marker = M_PSEUDO, comment_correction=1; last_marker 3275 ext/exif/exif.c if (last_marker==M_COM && comment_correction) { last_marker 3283 ext/exif/exif.c if (last_marker==M_COM && comment_correction>0) { last_marker 3288 ext/exif/exif.c last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ last_marker 3292 ext/exif/exif.c if (last_marker==M_COM && !comment_correction) { last_marker 3295 ext/exif/exif.c if (last_marker==M_COM && comment_correction) last_marker 3414 ext/exif/exif.c last_marker = marker; last_marker 383 ext/standard/image.c static unsigned int php_next_marker(php_stream * stream, int last_marker, int comment_correction, int ff_read) last_marker 388 ext/standard/image.c if (last_marker==M_COM && comment_correction) { last_marker 394 ext/standard/image.c last_marker = 0; last_marker 405 ext/standard/image.c if (last_marker==M_COM && comment_correction>0) last_marker 412 ext/standard/image.c last_marker = M_PSEUDO; /* stop skipping non 0xff for M_COM */ last_marker 421 ext/standard/image.c if ( last_marker==M_COM && comment_correction)