Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/
H A Dexif.c1010 static char * exif_get_tagname(int tag_num, char *ret, int len, tag_table_type tag_table TSRMLS_DC) in exif_get_tagname() function
2357 szTemp = exif_get_tagname(tag, NULL, 0, tag_table_IFD TSRMLS_CC); in PHP_FUNCTION()
2852 …cess tag(x%04X=%s): Illegal format code 0x%04X, suppose BYTE", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2858 …, E_WARNING, "Process tag(x%04X=%s): Illegal components(%ld)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2865 …eInfo, E_WARNING, "Process tag(x%04X=%s): Illegal byte_count", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2888 …Process tag(x%04X=%s): Illegal pointer offset(x%04X < x%04X)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2892 …X=%s): Illegal pointer offset(x%04X + x%04X = x%04X > x%04X)", tag, exif_get_tagname(tag, tagname,… in exif_process_IFD_TAG()
2935 …_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()
3140 …exif_iif_add_tag(ImageInfo, section_index, exif_get_tagname(tag, tagname, sizeof(tagname), tag_tab… in exif_process_IFD_TAG()
3606 …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 15 milliseconds