DomainData.cc File Reference
#include "squid.h"
#include "acl/Checklist.h"
#include "acl/DomainData.h"
#include "acl/SplayInserter.h"
#include "anyp/Uri.h"
#include "cache_cf.h"
#include "ConfigParser.h"
#include "debug/Stream.h"
#include "util.h"
Include dependency graph for DomainData.cc:

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)
 

Function Documentation

◆ aclHostDomainCompare()

static int aclHostDomainCompare ( char *const &  a,
char *const &  b 
)
static

Definition at line 56 of file DomainData.cc.

References matchDomainName().

Referenced by ACLDomainData::match().

◆ splaystrcasecmp()

template<class T >
int splaystrcasecmp ( T &  l,
T &  r 
)
inline

Definition at line 38 of file DomainData.cc.

◆ splaystrcmp()

template<class T >
int splaystrcmp ( T &  l,
T &  r 
)
inline

Definition at line 45 of file DomainData.cc.

◆ xRefFree()

template<class T >
void xRefFree ( T &  thing)
inline

Definition at line 23 of file DomainData.cc.

References xfree.

Referenced by ACLDomainData::~ACLDomainData().

 

Introduction

Documentation

Support

Miscellaneous