Home
last modified time | relevance | path

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

/PHP-8.2/ext/exif/
H A Dexif.c3802 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3817 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3825 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3830 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3834 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3837 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()
3956 last_marker = marker; in exif_scan_JPEG_header()
/PHP-8.2/ext/standard/
H A Dimage.c348 static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff_read) in php_next_marker() argument

Completed in 52 milliseconds