Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c1379 static HashTable *exif_get_tag_ht(tag_info_type *tag_table) in exif_get_tag_ht() function
1402 return zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname()
1408 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug()
1417 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key()

Completed in 16 milliseconds