|
Squid Web Cache master
|
#include "base/AsyncCall.h"#include "base/AsyncJobCalls.h"#include "comm/Flag.h"#include "comm/forward.h"#include "MasterXaction.h"Go to the source code of this file.
Classes | |
| class | CommCommonCbParams |
| class | CommAcceptCbParams |
| class | CommConnectCbParams |
| class | CommIoCbParams |
| class | CommCloseCbParams |
| class | CommTimeoutCbParams |
| class | CommDialerParamsT< Params_ > |
| class | CommCbMemFunT< C, Params_ > |
| class | CommAcceptCbPtrFun |
| class | CommConnectCbPtrFun |
| class | CommIoCbPtrFun |
| class | CommCloseCbPtrFun |
| class | CommTimeoutCbPtrFun |
| class | CommCbFunPtrCallT< Dialer > |
Typedefs | |
| typedef void | IOACB(const CommAcceptCbParams ¶ms) |
| typedef void | CNCB(const Comm::ConnectionPointer &conn, Comm::Flag status, int xerrno, void *data) |
| typedef void | IOCB(const Comm::ConnectionPointer &conn, char *, size_t size, Comm::Flag flag, int xerrno, void *data) |
| typedef void | CTCB(const CommTimeoutCbParams ¶ms) |
| typedef void | CLCB(const CommCloseCbParams ¶ms) |
Functions | |
| template<class Params > | |
| Params & | GetCommParams (AsyncCall::Pointer &call) |
| template<class Dialer > | |
| CommCbFunPtrCallT< Dialer > * | commCbCall (int debugSection, int debugLevel, const char *callName, const Dialer &dialer) |
| typedef void CLCB(const CommCloseCbParams ¶ms) |
Definition at line 40 of file CommCalls.h.
| typedef void CNCB(const Comm::ConnectionPointer &conn, Comm::Flag status, int xerrno, void *data) |
Definition at line 33 of file CommCalls.h.
| typedef void CTCB(const CommTimeoutCbParams ¶ms) |
Definition at line 37 of file CommCalls.h.
| typedef void IOACB(const CommAcceptCbParams ¶ms) |
Definition at line 31 of file CommCalls.h.
| typedef void IOCB(const Comm::ConnectionPointer &conn, char *, size_t size, Comm::Flag flag, int xerrno, void *data) |
Definition at line 34 of file CommCalls.h.
|
inline |
Definition at line 312 of file CommCalls.h.
Referenced by TunnelStateData::TunnelStateData(), clientHttpConnectionsOpen(), comm_add_close_handler(), TunnelStateData::copy(), TunnelStateData::copyRead(), errorSend(), helperDispatch(), helperDispatchWriteDone(), helperHandleRead(), helperStatefulDispatch(), helperStatefulHandleRead(), idnsDoSendQueryVC(), idnsInitVC(), idnsInitVCConnected(), idnsReadVC(), idnsReadVCHeader(), TunnelStateData::Connection::initConnection(), TunnelStateData::keepGoingAfterRead(), TunnelStateData::notePeerReadyToShovel(), Helper::Client::openSessions(), statefulhelper::openSessions(), peerProbeConnect(), IdleConnList::push(), WhoisState::readReply(), Helper::Session::requestTimeout(), ClientHttpRequest::sslBumpStart(), Ftp::StartListening(), tunnelStartShoveling(), and whoisStart().
| Params & GetCommParams | ( | AsyncCall::Pointer & | call | ) |
Definition at line 154 of file CommCalls.h.
References assert, and AsyncCall::getDialer().