stub_pconn.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 /*
10  * STUB file for the pconn.cc API
11  */
12 #include "squid.h"
13 #include "comm/Connection.h"
14 #include "pconn.h"
15 
16 #define STUB_API "pconn.cc"
17 #include "tests/STUB.h"
18 
21 void IdleConnList::push(const Comm::ConnectionPointer &) STUB
23 void IdleConnList::clearHandlers(const Comm::ConnectionPointer &) STUB
24 void IdleConnList::endingShutdown() STUB
25 PconnPool::PconnPool(const char *, const CbcPointer<PeerPoolMgr>&) STUB
27 void PconnPool::moduleInit() STUB
28 void PconnPool::push(const Comm::ConnectionPointer &, const char *) STUB
30 void PconnPool::count(int) STUB
31 void PconnPool::noteUses(int) STUB
32 void PconnPool::dump(std::ostream&) const STUB
33 void PconnPool::unlinkList(IdleConnList *) STUB
34 PconnModule * PconnModule::GetInstance() STUB_RETVAL(nullptr)
35 void PconnModule::DumpWrapper(StoreEntry *) STUB
37 void PconnModule::registerWithCacheManager(void) STUB
38 void PconnModule::add(PconnPool *) STUB
39 void PconnModule::dump(std::ostream &) STUB
40 
Maintains an fixed-size "standby" PconnPool for a single CachePeer.
Definition: PeerPoolMgr.h:23
#define STUB_RETVAL(x)
Definition: STUB.h:42
Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets.
Definition: AcceptLimiter.h:16
~IdleConnList() override
Definition: pconn.cc:52
IdleConnList(const char *key, PconnPool *parent)
Definition: pconn.cc:36
#define STUB
macro to stub a void function.
Definition: STUB.h:34
RefCount< Comm::Connection > ConnectionPointer
Definition: forward.h:26

 

Introduction

Documentation

Support

Miscellaneous