Searched refs:tag_num (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 1371 static char *exif_get_tagname(int tag_num, tag_table_type tag_table) in exif_get_tagname() argument 1373 return zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname() 1377 static char *exif_get_tagname_debug(int tag_num, tag_table_type tag_table) in exif_get_tagname_debug() argument 1379 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() 1386 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 1388 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key() 1392 snprintf(buf, buf_size, "UndefinedTag:0x%04X", tag_num); in exif_get_tagname_key()
|
Completed in 27 milliseconds