Searched refs:template_elts (Results 1 – 1 of 1) sorted by relevance
132 struct template_elts { struct10267 struct template_elts *telts) in export_template()10546 struct template_elts template_elts; in export_instance() local10592 (void) memset(&template_elts, 0, sizeof (template_elts)); in export_instance()10629 export_template(exp_pg, &elts, &template_elts); in export_instance()10642 if (template_elts.common_name != NULL) { in export_instance()10644 (void) xmlAddChild(elts.template, template_elts.common_name); in export_instance()10645 (void) xmlAddChild(elts.template, template_elts.description); in export_instance()10646 (void) xmlAddChild(elts.template, template_elts.documentation); in export_instance()10648 xmlFreeNode(template_elts.description); in export_instance()[all …]