Home
last modified time | relevance | path

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

/PHP-7.3/ext/exif/
H A Dexif.c3780 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3795 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3803 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3808 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3812 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3815 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()
3934 last_marker = marker; in exif_scan_JPEG_header()
/PHP-7.3/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 23 milliseconds