Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
958
char *
959
dump_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_send
Function · 0.85
crm_ipc_send
Function · 0.85
append_digest
Function · 0.85
cib_send_tls
Function · 0.85
cib_send_plaintext
Function · 0.85
send_ais_message
Function · 0.85
send_ais_message
Function · 0.85
convert_xml_child
Function · 0.85
Calls
1
dump_xml
Function · 0.85
Tested by
no test coverage detected