Home
last modified time | relevance | path

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

/PHP-7.1/ext/exif/
H A Dexif.c994 static char * exif_get_tagname(int tag_num, char *ret, int len, tag_table_type tag_table) in exif_get_tagname() function
2355 szTemp = exif_get_tagname(tag, NULL, 0, tag_table_IFD); in PHP_FUNCTION()
2866 …cess tag(x%04X=%s): Illegal format code 0x%04X, suppose BYTE", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2872 …o, E_WARNING, "Process tag(x%04X=%s): Illegal components(%d)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2879 …eInfo, E_WARNING, "Process tag(x%04X=%s): Illegal byte_count", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2902 …Process tag(x%04X=%s): Illegal pointer offset(x%04X < x%04X)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2906 …X=%s): Illegal pointer offset(x%04X + x%04X = x%04X > x%04X)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2949 …_NOTICE, "Process tag(x%04X=%s,@x%04X + x%04X(=%d)): %s%s %s", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
3154 …exif_iif_add_tag(ImageInfo, section_index, exif_get_tagname(tag, tagname, sizeof(tagname), tag_tab… in exif_process_IFD_TAG()
3626 …X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, ta… in exif_process_IFD_in_TIFF()
[all …]

Completed in 19 milliseconds