Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dimage.c360 #define M_PSEUDO 0xFFD8 /* pseudo marker for start of image(byte 0) */ macro
465 unsigned int marker = M_PSEUDO; in php_handle_jpeg()
/PHP-5.6/ext/exif/
H A Dexif.c2182 #define M_PSEUDO 0x123 /* Extra value. */ macro
3321 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header()
3349 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3411 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); in exif_scan_JPEG_header()
3584 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); in exif_process_IFD_in_TIFF()

Completed in 21 milliseconds