template_ops      247 lib/pengine/complex.c     xmlNode *template_ops = NULL;
template_ops      294 lib/pengine/complex.c     template_ops = find_xml_node(new_xml, "operations", FALSE);
template_ops      307 lib/pengine/complex.c     if (template_ops && rsc_ops) {
template_ops      318 lib/pengine/complex.c         for (op = __xml_first_child(template_ops); op != NULL; op = __xml_next_element(op)) {
template_ops      332 lib/pengine/complex.c         free_xml(template_ops);