Squid Web Cache
master
Loading...
Searching...
No Matches
stub_ACLFilledChecklist.cc
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2025 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 "acl/FilledChecklist.cc"
12
#include "
tests/STUB.h
"
13
14
#include "
ExternalACLEntry.h
"
15
16
#include "
acl/FilledChecklist.h
"
17
// These stubs are not in tests/stub_acl.cc because ACLFilledChecklist requires
18
// X509_free() and other heavy or difficult-to-stub dependencies that other
19
// tests/stub_acl.cc users (e.g., testConfigParser) may not otherwise need.
20
ACLFilledChecklist::ACLFilledChecklist
()
STUB
21
ACLFilledChecklist
::
ACLFilledChecklist
(const
acl_access
*,
HttpRequest
*)
STUB
22
ACLFilledChecklist
::~
ACLFilledChecklist
()
STUB
23
void
ACLFilledChecklist
::syncAle(
HttpRequest
*, const
char
*) const
STUB
24
void
ACLFilledChecklist
::updateAle(const
AccessLogEntry
::Pointer &)
STUB
25
void
ACLFilledChecklist
::updateReply(const
HttpReply
::Pointer &)
STUB
26
void
ACLFilledChecklist
::verifyAle() const
STUB
ExternalACLEntry.h
FilledChecklist.h
STUB.h
STUB
#define STUB
macro to stub a void function.
Definition
STUB.h:34
ACLFilledChecklist
Definition
FilledChecklist.h:34
ACLFilledChecklist::ACLFilledChecklist
ACLFilledChecklist()
AccessLogEntry
Definition
AccessLogEntry.h:41
HttpReply
Definition
HttpReply.h:25
HttpRequest
Definition
HttpRequest.h:49
RefCount< Acl::Tree >
squid.h
squid
src
tests
stub_ACLFilledChecklist.cc
Generated by
1.9.8