Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dimage.c354 #define M_COM 0xFE /* COMment */ macro
378 if (last_marker==M_COM && comment_correction) { in php_next_marker()
395 if (last_marker==M_COM && comment_correction>0) in php_next_marker()
411 if ( last_marker==M_COM && comment_correction) in php_next_marker()
/PHP-5.3/ext/exif/
H A Dexif.c2206 #define M_COM 0xFE /* COMment */ macro
3316 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3324 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3333 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3336 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()
3405 case M_COM: /* Comment section */ in exif_scan_JPEG_header()

Completed in 28 milliseconds