Searched refs:tag_num (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/exif/ |
H A D | exif.c | 1348 static char *exif_get_tagname(int tag_num, tag_table_type tag_table) in exif_get_tagname() argument 1350 return zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname() 1354 static char *exif_get_tagname_debug(int tag_num, tag_table_type tag_table) in exif_get_tagname_debug() argument 1356 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() 1363 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key() argument 1365 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key() 1369 snprintf(buf, buf_size, "UndefinedTag:0x%04X", tag_num); in exif_get_tagname_key()
|
Completed in 20 milliseconds