Home
last modified time | relevance | path

Searched refs:pcmk__xe_remove_matching_attrs (Results 1 – 5 of 5) sorted by relevance

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/
H A Dpe_digest.c232 pcmk__xe_remove_matching_attrs(data->params_secure, attr_not_in_string, in calculate_secure_digest()
242 pcmk__xe_remove_matching_attrs(data->params_secure, is_fence_param, in calculate_secure_digest()
294 pcmk__xe_remove_matching_attrs(data->params_restart, attr_in_string, in calculate_restart_digest()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/
H A Dxml_internal.h162 void pcmk__xe_remove_matching_attrs(xmlNode *element,
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Doperations.c415 pcmk__xe_remove_matching_attrs(param_set, should_filter_for_digest, NULL); in pcmk__filter_op_for_digest()
H A Dpatchset.c682 pcmk__xe_remove_matching_attrs(patch, not_id, NULL); in process_v1_removals()
1209 pcmk__xe_remove_matching_attrs(match, NULL, NULL); // Remove all in apply_v2_patchset()
H A Dxml.c352 pcmk__xe_remove_matching_attrs(xml, marked_as_deleted, NULL); in accept_attr_deletions()
630 pcmk__xe_remove_matching_attrs(xmlNode *element, in pcmk__xe_remove_matching_attrs() function