Home
last modified time | relevance | path

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

/php-src/ext/exif/
H A Dexif.c1338 static HashTable *exif_get_tag_ht(tag_info_type *tag_table) in exif_get_tag_ht() function
1361 return zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname()
1367 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug()
1376 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key()

Completed in 15 milliseconds