Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/metadata/
H A Dmetadata-xml.c47 gchar *str_tag_mode; variable
140 if (str_tag_mode) in xml_parser_data()
141 g_free(str_tag_mode); in xml_parser_data()
144 str_tag_mode = g_strdup(text); in xml_parser_data()
146 str_tag_mode = g_strconcat("", NULL); in xml_parser_data()
884 if (strcmp (str_tag_mode, "list") != 0) in xml_parser_end_element()
907 else if (strcmp (str_tag_mode, "list") == 0) in xml_parser_end_element()