acl_top           448 lib/common/xml.c __xml_acl_parse_entry(xmlNode * acl_top, xmlNode * acl_entry, xmlNode *target)
acl_top           471 lib/common/xml.c                 for (role = __xml_first_child(acl_top); role; role = __xml_next(role)) {
acl_top           477 lib/common/xml.c                             __xml_acl_parse_entry(acl_top, role, target);