acl_source         29 include/crm/common/acl.h bool xml_acl_filtered_copy(const char *user, xmlNode* acl_source, xmlNode *xml,
acl_source         34 include/crm/common/acl_internal.h void pcmk__enable_acl(xmlNode *acl_source, xmlNode *target, const char *user);
acl_source        118 include/crm/common/xml_compat.h void xml_track_changes(xmlNode *xml, const char *user, xmlNode *acl_source,
acl_source        378 lib/common/acl.c pcmk__enable_acl(xmlNode *acl_source, xmlNode *target, const char *user)
acl_source        383 lib/common/acl.c     pcmk__unpack_acl(acl_source, target, user);
acl_source        473 lib/common/acl.c xml_acl_filtered_copy(const char *user, xmlNode *acl_source, xmlNode *xml,
acl_source        493 lib/common/acl.c     pcmk__enable_acl(acl_source, target, user);
acl_source       1794 lib/common/xml.c xml_track_changes(xmlNode *xml, const char *user, xmlNode *acl_source,
acl_source       1806 lib/common/xml.c         if (acl_source == NULL) {
acl_source       1807 lib/common/xml.c             acl_source = xml;
acl_source       1810 lib/common/xml.c         pcmk__unpack_acl(acl_source, xml, user);