acls               82 lib/common/xml.c         GListPtr acls;
acls              305 lib/common/xml.c         if(p->acls) {
acls              306 lib/common/xml.c             g_list_free_full(p->acls, __xml_acl_free);
acls              307 lib/common/xml.c             p->acls = NULL;
acls              442 lib/common/xml.c         p->acls = g_list_append(p->acls, acl);
acls              553 lib/common/xml.c     for(aIter = p->acls; aIter != NULL; aIter = aIter->next) {
acls              610 lib/common/xml.c     } else if(p->acls == NULL) {
acls              611 lib/common/xml.c         xmlNode *acls = get_xpath_object("//"XML_CIB_TAG_ACLS, source, LOG_TRACE);
acls              616 lib/common/xml.c         if(acls) {
acls              619 lib/common/xml.c             for (child = __xml_first_child(acls); child; child = __xml_next(child)) {
acls              627 lib/common/xml.c                         __xml_acl_parse_entry(acls, child, target);
acls              725 lib/common/xml.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
acls              758 lib/common/xml.c     if(doc->acls) {
acls              759 lib/common/xml.c         g_list_free_full(doc->acls, __xml_acl_free);
acls              760 lib/common/xml.c         doc->acls = NULL;
acls             2441 lib/common/xml.c             if(docp->acls == NULL) {