Searched refs:struct_node (Results 1 – 2 of 2) sorted by relevance
80 xmlNode *struct_node, *member; in insert_value() local82 struct_node = xmlNewChild (xvalue, NULL, in insert_value()88 member = xmlNewChild (struct_node, NULL, in insert_value()94 xmlFreeNode (struct_node); in insert_value()95 struct_node = NULL; in insert_value()100 if (!struct_node) in insert_value()
87 xmlNode *struct_node; in insert_struct() local91 struct_node = xmlNewChild (parent, NULL, in insert_struct()96 if (!insert_struct_member (struct_node, child, error)) { in insert_struct()