Searched refs:template_elts (Results 1 – 1 of 1) sorted by relevance
135 struct template_elts { struct10298 struct template_elts *telts) in export_template()10583 struct template_elts template_elts; in export_instance() local10629 (void) memset(&template_elts, 0, sizeof (template_elts)); in export_instance()10666 export_template(exp_pg, &elts, &template_elts); in export_instance()10679 if (template_elts.common_name != NULL) { in export_instance()10681 (void) xmlAddChild(elts.template, template_elts.common_name); in export_instance()10682 (void) xmlAddChild(elts.template, template_elts.description); in export_instance()10683 (void) xmlAddChild(elts.template, template_elts.documentation); in export_instance()10685 xmlFreeNode(template_elts.description); in export_instance()[all …]