crm_xml_dump      353 include/crm_internal.h void crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth);
crm_xml_dump       47 lib/common/digest.c     crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0);
crm_xml_dump      122 lib/common/digest.c         crm_xml_dump(source, do_filter ? xml_log_option_filtered : 0, &buffer, &offset, &max, 0);
crm_xml_dump     3628 lib/common/xml.c             crm_xml_dump(xChild, options, buffer, offset, max, depth + 1);
crm_xml_dump     3810 lib/common/xml.c     crm_xml_dump(an_xml_node, xml_log_option_formatted|xml_log_option_text, &buffer, &offset, &max, 0);
crm_xml_dump     3820 lib/common/xml.c     crm_xml_dump(an_xml_node, xml_log_option_formatted, &buffer, &offset, &max, 0);
crm_xml_dump     3830 lib/common/xml.c     crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0);