Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c3817 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3832 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3840 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3845 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3849 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3852 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()
3971 last_marker = marker; in exif_scan_JPEG_header()
/PHP-7.4/ext/standard/
H A Dimage.c388 static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff_read) in php_next_marker() argument

Completed in 22 milliseconds