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

Function get_message_xml

lib/common/xml.c:900–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900xmlNode *
901get_message_xml(xmlNode *msg, const char *field)
902{
903 xmlNode *tmp = first_named_child(msg, field);
904 return __xml_first_child(tmp);
905}
906
907gboolean
908add_message_xml(xmlNode *msg, const char *field, xmlNode *xml)

Callers 14

admin_msg_callbackFunction · 0.85
cib_prepare_dataFunction · 0.85
cib_prepare_diffFunction · 0.85
cib_msg_copyFunction · 0.85
cibmon_diffFunction · 0.85
cib_native_callbackFunction · 0.85
cib_apply_patch_eventFunction · 0.85
cib_remote_perform_opFunction · 0.85
pe_ipc_dispatchFunction · 0.85
crmd_authorize_messageFunction · 0.85
send_msg_via_ipcFunction · 0.85

Calls 2

first_named_childFunction · 0.85
__xml_first_childFunction · 0.85

Tested by

no test coverage detected