Squid Web Cache
master
Loading...
Searching...
No Matches
stub_fde.cc
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2026 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 "fde.cc"
12
#include "
tests/STUB.h
"
13
14
#include "
fde.h
"
15
void
fde::Init
()
STUB
16
void
fde
::setIo(
READ_HANDLER
*,
WRITE_HANDLER
*)
STUB
17
void
fde
::useDefaultIo()
STUB
18
void
fde
::useBufferedIo(
READ_HANDLER
*,
WRITE_HANDLER
*)
STUB
19
void
fde
::DumpStats(
StoreEntry
*)
STUB
20
char
const *
fde
::remoteAddr() const
STUB_RETVAL
(
nullptr
)
21
void
fde
::dumpStats(
StoreEntry
&,
int
) const
STUB
22
bool
fde
::readPending(
int
) const
STUB_RETVAL
(false)
23
fde
*
fde
::Table =
nullptr
;
STUB.h
STUB
#define STUB
macro to stub a void function.
Definition
STUB.h:34
STUB_RETVAL
#define STUB_RETVAL(x)
Definition
STUB.h:42
StoreEntry
Definition
Store.h:38
fde
Definition
fde.h:52
fde::Init
static void Init()
Definition
fde.cc:141
fde.h
READ_HANDLER
int READ_HANDLER(int, char *, int)
Definition
fde.h:31
WRITE_HANDLER
int WRITE_HANDLER(int, const char *, int)
Definition
fde.h:37
squid.h
squid
src
tests
stub_fde.cc
Generated by
1.9.8