xml_node 113 include/crm/common/xml.h xmlNode *add_node_copy(xmlNode * new_parent, xmlNode * xml_node); xml_node 128 include/crm/common/xml.h int write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress); xml_node 129 include/crm/common/xml.h int write_xml_file(xmlNode * xml_node, const char *filename, gboolean compress); xml_node 145 include/crm/common/xml.h gboolean can_prune_leaf(xmlNode * xml_node); xml_node 818 lib/cib/cib_ops.c xmlNode *xml_node = NULL; xml_node 826 lib/cib/cib_ops.c xml_node = create_xml_node(failed, XML_FAIL_TAG_CIB); xml_node 827 lib/cib/cib_ops.c add_node_copy(xml_node, target); xml_node 829 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_ID, ID(target)); xml_node 830 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_OBJTYPE, TYPE(target)); xml_node 831 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_OP, operation); xml_node 832 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_REASON, error_msg); xml_node 1108 lib/cluster/membership.c known_peer_cache_refresh_helper(xmlNode *xml_node, void *user_data) xml_node 1110 lib/cluster/membership.c const char *id = crm_element_value(xml_node, XML_ATTR_ID); xml_node 1111 lib/cluster/membership.c const char *uname = crm_element_value(xml_node, XML_ATTR_UNAME); xml_node 756 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 759 lib/common/nvpair.c xmlNode *tmp = create_xml_node(xml_node, XML_TAG_PARAM); xml_node 764 lib/common/nvpair.c } else if (crm_element_value(xml_node, name) == NULL) { xml_node 765 lib/common/nvpair.c crm_xml_add(xml_node, name, s_value); xml_node 790 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 792 lib/common/nvpair.c if (crm_element_value(xml_node, name) == NULL) { xml_node 793 lib/common/nvpair.c crm_xml_add(xml_node, name, s_value); xml_node 890 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 892 lib/common/nvpair.c crm_create_nvpair_xml(xml_node, name, name, s_value); xml_node 1154 lib/common/xml.c write_xml_stream(xmlNode *xml_node, const char *filename, FILE *stream, xml_node 1161 lib/common/xml.c crm_log_xml_trace(xml_node, "writing"); xml_node 1163 lib/common/xml.c buffer = dump_xml_formatted(xml_node); xml_node 1165 lib/common/xml.c crm_log_xml_warn(xml_node, "formatting failed"); xml_node 1249 lib/common/xml.c write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress) xml_node 1255 lib/common/xml.c CRM_CHECK(xml_node && (fd > 0), return -EINVAL); xml_node 1260 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); xml_node 1277 lib/common/xml.c write_xml_file(xmlNode * xml_node, const char *filename, gboolean compress) xml_node 1283 lib/common/xml.c CRM_CHECK(xml_node && filename, return -EINVAL); xml_node 1288 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); xml_node 2371 lib/common/xml.c can_prune_leaf(xmlNode * xml_node) xml_node 2376 lib/common/xml.c const char *name = crm_element_name(xml_node); xml_node 2383 lib/common/xml.c for (pIter = pcmk__first_xml_attr(xml_node); pIter != NULL; pIter = pIter->next) { xml_node 2392 lib/common/xml.c cIter = pcmk__xml_first_child(xml_node); xml_node 401 lib/pengine/pe_output.c xmlNodePtr xml_node = NULL; xml_node 406 lib/pengine/pe_output.c xml_node = pcmk__output_xml_peek_parent(out); xml_node 407 lib/pengine/pe_output.c CRM_ASSERT(xml_node != NULL); xml_node 408 lib/pengine/pe_output.c xml_node = is_list xml_node 409 lib/pengine/pe_output.c ? create_xml_node(xml_node, tag_name) xml_node 410 lib/pengine/pe_output.c : xmlNewChild(xml_node, NULL, (pcmkXmlStr) tag_name, NULL); xml_node 417 lib/pengine/pe_output.c xmlSetProp(xml_node, (pcmkXmlStr)param_name, (pcmkXmlStr)param_value); xml_node 423 lib/pengine/pe_output.c pcmk__output_xml_push_parent(out, xml_node); xml_node 1205 lib/pengine/pe_output.c xmlNodePtr xml_node = pcmk__output_xml_peek_parent(out); xml_node 1206 lib/pengine/pe_output.c xmlSetProp(xml_node, (pcmkXmlStr) "id_as_resource", xml_node 41 tools/crmadmin.c void do_find_node_list(xmlNode *xml_node); xml_node 588 tools/crmadmin.c do_find_node_list(xmlNode * xml_node) xml_node 592 tools/crmadmin.c xmlNode *nodes = get_object_root(XML_CIB_TAG_NODES, xml_node);