Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClusterLabs/pacemaker
/ dump_xml_formatted
Function
dump_xml_formatted
lib/common/xml.c:952–956 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
950
}
951
952
char *
953
dump_xml_formatted(xmlNode *an_xml_node)
954
{
955
return dump_xml(an_xml_node, TRUE, FALSE);
956
}
957
958
char *
959
dump_xml_unformatted(xmlNode *an_xml_node)
Callers
14
main
Function · 0.85
print_xml_output
Function · 0.85
main
Function · 0.85
dump_resource
Function · 0.85
dump_ticket_xml
Function · 0.85
dump_constraints
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
cfg_register_topology
Function · 0.85
cfg_register_device
Function · 0.85
stonith_api_device_metadata
Function · 0.85
Calls
1
dump_xml
Function · 0.85
Tested by
1
main
Function · 0.68