Searched refs:last_marker (Results 1 – 2 of 2) sorted by relevance
377 static unsigned int php_next_marker(php_stream * stream, int last_marker, int comment_correction, i… in php_next_marker() argument382 if (last_marker==M_COM && comment_correction) { in php_next_marker()388 last_marker = 0; in php_next_marker()399 if (last_marker==M_COM && comment_correction>0) in php_next_marker()406 last_marker = M_PSEUDO; /* stop skipping non 0xff for M_COM */ in php_next_marker()415 if ( last_marker==M_COM && comment_correction) in php_next_marker()
3279 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local3294 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()3302 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()3307 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()3311 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()3314 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()3433 last_marker = marker; in exif_scan_JPEG_header()
Completed in 20 milliseconds