Searched refs:CharBuf (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/exif/ |
H A D | exif.c | 3686 static void exif_process_TIFF_in_JPEG(image_info_type *ImageInfo, char *CharBuf, size_t length, siz… in exif_process_TIFF_in_JPEG() argument 3696 if (memcmp(CharBuf, "II", 2) == 0) { in exif_process_TIFF_in_JPEG() 3698 } else if (memcmp(CharBuf, "MM", 2) == 0) { in exif_process_TIFF_in_JPEG() 3710 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG() 3711 offset_of_ifd = php_ifd_get32u(CharBuf+4, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG() 3723 …exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, CharBuf, length/*-14*/, displacement, S… in exif_process_TIFF_in_JPEG() 3740 static void exif_process_APP1(image_info_type *ImageInfo, char *CharBuf, size_t length, size_t disp… in exif_process_APP1() argument 3744 if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { in exif_process_APP1() 3748 exif_process_TIFF_in_JPEG(ImageInfo, CharBuf + 8, length - 8, displacement+8); in exif_process_APP1()
|
Completed in 24 milliseconds