Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dimage.c373 #define M_PSEUDO 0xFFD8 /* pseudo marker for start of image(byte 0) */ macro
478 unsigned int marker = M_PSEUDO; in php_handle_jpeg()
/PHP-7.1/ext/exif/
H A Dexif.c2186 #define M_PSEUDO 0x123 /* Extra value. */ macro
3329 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header()
3357 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3419 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); in exif_scan_JPEG_header()
3598 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); in exif_process_IFD_in_TIFF()

Completed in 20 milliseconds