#include "squid.h"
#include "base/AsyncJob.h"
#include "tests/STUB.h"
#include "comm/AcceptLimiter.h"
#include "comm/Connection.h"
#include "comm/ConnOpener.h"
#include "comm/forward.h"
#include "comm/IoCallback.h"
#include "comm/Loops.h"
#include "comm/Read.h"
#include "comm/TcpAcceptor.h"
#include "comm/Tcp.h"
#include "comm/Write.h"
Include dependency graph for stub_libcomm.cc:
Go to the source code of this file.
Macros | |
#define | STUB_API "comm/libcomm.la" |
Functions | |
Comm::AcceptLimiter &Comm::AcceptLimiter::Instance() STUB_RETVAL(dummy) void Comm | CBDATA_NAMESPACED_CLASS_INIT (Comm, ConnOpener) |
Variables | |
Comm::AcceptLimiter | dummy |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "comm/libcomm.la" |
Definition at line 12 of file stub_libcomm.cc.
Function Documentation
◆ CBDATA_NAMESPACED_CLASS_INIT()
Comm::AcceptLimiter &Comm::AcceptLimiter::Instance() STUB_RETVAL(dummy) void Comm CBDATA_NAMESPACED_CLASS_INIT | ( | Comm | , |
ConnOpener | |||
) |
Variable Documentation
◆ dummy
Comm::AcceptLimiter dummy |
Definition at line 16 of file stub_libcomm.cc.
Referenced by commSetCloseOnExec(), commSetNonBlocking(), and commUnsetNonBlocking().