Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dimage.c332 #define M_PSEUDO 0xFFD8 /* pseudo marker for start of image(byte 0) */ macro
449 unsigned int marker = M_PSEUDO; in php_handle_jpeg()
/php-src/ext/exif/
H A Dexif.c2686 #define M_PSEUDO 0x123 /* Extra value. */ macro
3785 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header()
3813 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3872 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); in exif_scan_JPEG_header()
4046 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); in exif_process_IFD_in_TIFF_impl()

Completed in 27 milliseconds