Home
last modified time | relevance | path

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

/PHP-8.2/ext/exif/
H A Dexif.c1290 tag_table_type tag_table; member
1330 static HashTable *exif_make_tag_ht(tag_info_type *tag_table) in exif_make_tag_ht() argument
1334 while (tag_table->Tag != TAG_END_OF_LIST) { in exif_make_tag_ht()
1335 if (!zend_hash_index_add_ptr(ht, tag_table->Tag, tag_table->Desc)) { in exif_make_tag_ht()
1336 zend_error(E_CORE_ERROR, "Duplicate tag %x", tag_table->Tag); in exif_make_tag_ht()
1338 tag_table++; in exif_make_tag_ht()
1350 static HashTable *exif_get_tag_ht(tag_info_type *tag_table) in exif_get_tag_ht() argument
1364 ht = exif_make_tag_ht(tag_table); in exif_get_tag_ht()
1371 static char *exif_get_tagname(int tag_num, tag_table_type tag_table) in exif_get_tagname() argument
4063 tag_table_type tag_table = exif_get_tag_table(section_index); in exif_process_IFD_in_TIFF_impl() local
[all …]

Completed in 19 milliseconds