Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c1851 #define SECTION_EXIF 7 macro
1867 #define FOUND_EXIF (1<<SECTION_EXIF)
1885 case SECTION_EXIF: return "EXIF"; in exif_get_sectionname()
1906 case SECTION_EXIF: return &tag_table_IFD[0]; in exif_get_tag_table()
3434 if (section_index==SECTION_IFD0 || section_index==SECTION_EXIF) in exif_process_IFD_TAG_impl()
3582 sub_section_index = SECTION_EXIF; in exif_process_IFD_TAG_impl()
4204 sub_section_index = SECTION_EXIF; in exif_process_IFD_in_TIFF_impl()
4711 add_assoc_image_info(return_value, sub_arrays, &ImageInfo, SECTION_EXIF ); in PHP_FUNCTION()

Completed in 17 milliseconds