XML_ATTR_CRM_VERSION  339 cib/callbacks.c         crm_xml_add(ping, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  371 cib/callbacks.c         const char *version = crm_element_value(pong, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  199 cib/messages.c     crm_xml_add(*answer, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  533 cib/messages.c     crm_xml_add(replace_request, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION   66 crmd/cib.c         revision = crm_element_value(generation, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  193 crmd/election.c     crm_xml_add(cib, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  680 crmd/lrm.c         caller_version = g_hash_table_lookup(op->params, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 1744 crmd/lrm.c                     const char *peer_version = crm_element_value(params, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 1834 crmd/lrm.c             g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION), strdup(CRM_FEATURE_SET));
XML_ATTR_CRM_VERSION  219 lib/cib/cib_ops.c             const char *version = crm_element_value(req, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  660 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_CRM_VERSION) != NULL) {
XML_ATTR_CRM_VERSION  251 lib/cib/cib_utils.c     crm_xml_add(cib_root, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  406 lib/cib/cib_utils.c         new_version = crm_element_value(scratch, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  291 lib/common/operations.c         XML_ATTR_CRM_VERSION,
XML_ATTR_CRM_VERSION  557 lib/common/operations.c     crm_xml_add(xml_op, XML_ATTR_CRM_VERSION, caller_version);
XML_ATTR_CRM_VERSION 1299 lib/common/xml.c     const char *version = crm_element_value(source, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 1373 lib/common/xml.c     version = crm_element_value(source, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 2202 lib/common/xml.c         char *version = crm_element_value_copy(xml, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 3939 lib/common/xml.c     const char *version = crm_element_value(diff, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 4207 lib/common/xml.c     crm_xml_add(diff, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  135 lib/pengine/complex.c     const char *version = crm_element_value(data_set->input, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  224 lib/pengine/failcounts.c     const char *version = crm_element_value(data_set->input, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 2620 lib/pengine/unpack.c     const char *op_version = crm_element_value(xml_op, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 1931 lib/pengine/utils.c             op_version = crm_element_value(xml_op, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION 1997 lib/pengine/utils.c     op_version = crm_element_value(xml_op, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  330 lib/services/services.c                 if (safe_str_eq(key, XML_ATTR_CRM_VERSION) || strstr(key, CRM_META "_")) {
XML_ATTR_CRM_VERSION 1155 pengine/graph.c     crm_xml_add(args_xml, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION  441 tools/cibadmin.c         version = crm_element_value(input, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  100 tools/crm_diff.c         version = crm_element_value(output, XML_ATTR_CRM_VERSION);
XML_ATTR_CRM_VERSION  520 tools/crm_resource_runtime.c     crm_xml_add(params, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
XML_ATTR_CRM_VERSION 1526 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup(XML_ATTR_CRM_VERSION), strdup(CRM_FEATURE_SET));