Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dimage.c371 #define M_PSEUDO 0xFFD8 /* pseudo marker for start of image(byte 0) */ macro
476 unsigned int marker = M_PSEUDO; in php_handle_jpeg()
/PHP-7.4/ext/exif/
H A Dexif.c2671 #define M_PSEUDO 0x123 /* Extra value. */ macro
3817 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header()
3845 last_marker = M_PSEUDO; /* stop skipping 0 for M_COM */ in exif_scan_JPEG_header()
3907 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); in exif_scan_JPEG_header()
4081 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); in exif_process_IFD_in_TIFF_impl()

Completed in 21 milliseconds