Searched refs:CharBuf (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/exif/ |
H A D | exif.c | 3667 static void exif_process_TIFF_in_JPEG(image_info_type *ImageInfo, char *CharBuf, size_t length, siz… in exif_process_TIFF_in_JPEG() argument 3683 if (memcmp(CharBuf, "II", 2) == 0) { in exif_process_TIFF_in_JPEG() 3685 } else if (memcmp(CharBuf, "MM", 2) == 0) { in exif_process_TIFF_in_JPEG() 3697 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG() 3698 offset_of_ifd = php_ifd_get32u(CharBuf+4, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG() 3710 exif_offset_info_init(&info, CharBuf, CharBuf, length/*-14*/); in exif_process_TIFF_in_JPEG() 3711 exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, &info, displacement, SECTION_IFD0, 0); in exif_process_TIFF_in_JPEG() 3728 static void exif_process_APP1(image_info_type *ImageInfo, char *CharBuf, size_t length, size_t disp… in exif_process_APP1() argument 3732 if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { in exif_process_APP1() 3736 exif_process_TIFF_in_JPEG(ImageInfo, CharBuf + 8, length - 8, displacement+8); in exif_process_APP1()
|
Completed in 16 milliseconds