Home
last modified time | relevance | path

Searched refs:last_marker (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/exif/
H A Dexif.c3785 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3800 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3808 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3813 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3817 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3820 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()
3939 last_marker = marker; in exif_scan_JPEG_header()
/PHP-7.2/ext/standard/
H A Dimage.c390 static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff_read) in php_next_marker() argument

Completed in 25 milliseconds