#include "squid.h"
#include "acl/Checklist.h"
#include "acl/DomainData.h"
#include "anyp/Uri.h"
#include "cache_cf.h"
#include "ConfigParser.h"
#include "debug/Stream.h"
#include "util.h"
Go to the source code of this file.
Classes | |
struct | AclDomainDataDumpVisitor |
Functions | |
template<class T > | |
void | xRefFree (T &thing) |
template<class T > | |
int | splaystrcasecmp (T &l, T &r) |
template<class T > | |
int | splaystrcmp (T &l, T &r) |
static int | aclHostDomainCompare (char *const &a, char *const &b) |
template<class T > | |
int | aclDomainCompare (T const &a, T const &b) |
Function Documentation
◆ aclDomainCompare()
Definition at line 66 of file DomainData.cc.
References aclHostDomainCompare(), AclMatchedName, DBG_CRITICAL, DBG_IMPORTANT, debugs, and self_destruct().
Referenced by ACLDomainData::parse().
◆ aclHostDomainCompare()
|
static |
Definition at line 55 of file DomainData.cc.
References matchDomainName().
Referenced by aclDomainCompare(), and ACLDomainData::match().
◆ splaystrcasecmp()
Definition at line 37 of file DomainData.cc.
◆ splaystrcmp()
Definition at line 44 of file DomainData.cc.
◆ xRefFree()
|
inline |
Definition at line 22 of file DomainData.cc.
References xfree.
Referenced by ACLDomainData::~ACLDomainData().