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

Function crm_first_attr

lib/common/xml.c:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static inline xmlAttr *
157crm_first_attr(xmlNode *xml)
158{
159 if(xml == NULL) {
160 return NULL;
161 }
162 return xml->properties;
163}
164
165xmlNode *
166find_xml_node(xmlNode *root, const char * search_path, gboolean must_find)

Callers 11

copy_in_propertiesFunction · 0.85
fix_plus_plus_recursiveFunction · 0.85
log_data_elementFunction · 0.85
can_prune_leafFunction · 0.85
diff_filter_contextFunction · 0.85
subtract_xml_objectFunction · 0.85
add_xml_objectFunction · 0.85
replace_xml_childFunction · 0.85
xml2listFunction · 0.85
sorted_xmlFunction · 0.85
calculate_xml_digest_v2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected