stub_external_acl.cc
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9#include "squid.h"
10
11#define STUB_API "external_acl.cc"
12#include "tests/STUB.h"
13
14#include "ExternalACL.h"
15#include "ExternalACLEntry.h"
16
18void dump_externalAclHelper(StoreEntry *, const char *, const external_acl *) STUB
21bool ACLExternal::valid () const STUB_RETVAL(false)
22bool ACLExternal::empty () const STUB_RETVAL(false)
25void ACLExternal::ExternalAclLookup(ACLChecklist *, ACLExternal *) STUB
30void ExternalACLLookup::checkForAsync(ACLChecklist *) const STUB
31void ExternalACLLookup::LookupDone(void *, const ExternalACLEntryPointer &) STUB
32
#define STUB
macro to stub a void function.
Definition: STUB.h:33
#define STUB_NOP
Definition: STUB.h:37
#define STUB_RETVAL(x)
Definition: STUB.h:41
void parse() override
parses node representation in squid.conf; dies on failures
void externalAclInit(void)
void free_externalAclHelper(external_acl **list)
void dump_externalAclHelper(StoreEntry *sentry, const char *name, const external_acl *list)
void externalAclShutdown(void)
void Start(const Comm::ConnectionPointer &conn, IDCB *callback, void *cbdata)
Definition: Ident.cc:264
code related to Squid Instance and PID file management
Definition: Instance.h:17
static bool match(const char *fn, const REList *list)
Definition: purge.cc:402
std::list< SBuf > SBufList
Definition: forward.h:23
void parse_externalAclHelper(external_acl **) STUB void dump_externalAclHelper(StoreEntry *

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors