Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c3723 static void exif_process_TIFF_in_JPEG(image_info_type *ImageInfo, char *CharBuf, size_t length, siz… in exif_process_TIFF_in_JPEG() argument
3733 if (memcmp(CharBuf, "II", 2) == 0) { in exif_process_TIFF_in_JPEG()
3735 } else if (memcmp(CharBuf, "MM", 2) == 0) { in exif_process_TIFF_in_JPEG()
3747 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
3748 offset_of_ifd = php_ifd_get32u(CharBuf+4, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
3760 …exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, CharBuf, length/*-14*/, displacement, S… in exif_process_TIFF_in_JPEG()
3777 static void exif_process_APP1(image_info_type *ImageInfo, char *CharBuf, size_t length, size_t disp… in exif_process_APP1() argument
3781 if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { in exif_process_APP1()
3785 exif_process_TIFF_in_JPEG(ImageInfo, CharBuf + 8, length - 8, displacement+8); in exif_process_APP1()

Completed in 18 milliseconds