Gadgets.h File Reference
Include dependency graph for Gadgets.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
void | aclRegister (ACL *acl) |
void | aclDestroyAccessList (acl_access **list) |
void | aclDestroyAcls (ACL **) |
called to delete ALL Acls. More... | |
void | aclDestroyAclList (ACLList **) |
void | aclParseAccessLine (const char *directive, ConfigParser &parser, Acl::Tree **) |
void | aclParseAclList (ConfigParser &parser, Acl::Tree **, const char *label) |
template<class Any > | |
void | aclParseAclList (ConfigParser &parser, Acl::Tree **tree, const Any any) |
Template to convert various context labels to strings. More... | |
int | aclIsProxyAuth (const char *name) |
err_type | aclGetDenyInfoPage (AclDenyInfoList **head, const char *name, int redirect_allowed) |
void | aclParseDenyInfoLine (AclDenyInfoList **) |
void | aclDestroyDenyInfoList (AclDenyInfoList **) |
wordlist * | aclDumpGeneric (const ACL *) |
void | aclCacheMatchFlush (dlink_list *cache) |
void | dump_acl_access (StoreEntry *entry, const char *name, acl_access *head) |
void | dump_acl_list (StoreEntry *entry, ACLList *head) |