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
21void IdleConnList::push(const Comm::ConnectionPointer &) STUB
23void IdleConnList::clearHandlers(const Comm::ConnectionPointer &) STUB
24void IdleConnList::endingShutdown() STUB
25PconnPool::PconnPool(const char *, const CbcPointer<PeerPoolMgr>&) STUB
27void PconnPool::moduleInit() STUB
28void PconnPool::push(const Comm::ConnectionPointer &, const char *) STUB
30void PconnPool::count(int) STUB
31void PconnPool::noteUses(int) STUB
32void PconnPool::dumpHist(StoreEntry *) const STUB
33void PconnPool::dumpHash(StoreEntry *) const STUB
34void PconnPool::unlinkList(IdleConnList *) STUB
35PconnModule * PconnModule::GetInstance() STUB_RETVAL(nullptr)
36void PconnModule::DumpWrapper(StoreEntry *) STUB
38void PconnModule::registerWithCacheManager(void) STUB
39void PconnModule::add(PconnPool *) STUB
40void PconnModule::dump(StoreEntry *) STUB
41
#define STUB
macro to stub a void function.
Definition: STUB.h:33
#define STUB_RETVAL(x)
Definition: STUB.h:41
IdleConnList(const char *key, PconnPool *parent)
Definition: pconn.cc:34
~IdleConnList() override
Definition: pconn.cc:50
Maintains an fixed-size "standby" PconnPool for a single CachePeer.
Definition: PeerPoolMgr.h:23
Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets.
Definition: AcceptLimiter.h:17
RefCount< Comm::Connection > ConnectionPointer
Definition: forward.h:28

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors