MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / dump_xml_unformatted

Function dump_xml_unformatted

lib/common/xml.c:958–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958char *
959dump_xml_unformatted(xmlNode *an_xml_node)
960{
961 return dump_xml(an_xml_node, FALSE, FALSE);
962}
963
964#define update_buffer() do { \
965 if(printed < 0) { \

Callers 8

crm_ipcs_sendFunction · 0.85
crm_ipc_sendFunction · 0.85
append_digestFunction · 0.85
cib_send_tlsFunction · 0.85
cib_send_plaintextFunction · 0.85
send_ais_messageFunction · 0.85
send_ais_messageFunction · 0.85
convert_xml_childFunction · 0.85

Calls 1

dump_xmlFunction · 0.85

Tested by

no test coverage detected