#include "squid.h"#include "comm.h"#include "comm/Read.h"#include "comm/Write.h"#include "errorpage.h"#include "FwdState.h"#include "HttpReply.h"#include "HttpRequest.h"#include "SquidConfig.h"#include "StatCounters.h"#include "Store.h"#include "tools.h"#include "whois.h"#include <cerrno>
Go to the source code of this file.
Classes | |
| class | WhoisState |
Functions | |
| static void | whoisWriteComplete (const Comm::ConnectionPointer &, char *buf, size_t, Comm::Flag, int, void *) |
| void | whoisStart (FwdState *fwd) |
| static void | whoisTimeout (const CommTimeoutCbParams &io) |
| static void | whoisReadReply (const Comm::ConnectionPointer &conn, char *buf, size_t len, Comm::Flag flag, int xerrno, void *data) |
| static void | whoisClose (const CommCloseCbParams ¶ms) |
Variables | |
| static CLCB | whoisClose |
| static CTCB | whoisTimeout |
| static IOCB | whoisReadReply |
Function Documentation
◆ whoisClose()
|
static |
Definition at line 184 of file whois.cc.
References CommCommonCbParams::data, debugs, WhoisState::entry, CommCommonCbParams::fd, and StoreEntry::unlock().
◆ whoisReadReply()
|
static |
Definition at line 95 of file whois.cc.
References conn, and WhoisState::readReply().
◆ whoisTimeout()
|
static |
Definition at line 87 of file whois.cc.
References Comm::Connection::close(), CommCommonCbParams::conn, CommCommonCbParams::data, debugs, WhoisState::entry, and StoreEntry::url().
◆ whoisWriteComplete()
|
static |
Variable Documentation
◆ whoisClose
|
static |
Definition at line 43 of file whois.cc.
Referenced by whoisStart().
◆ whoisReadReply
|
static |
Definition at line 45 of file whois.cc.
Referenced by WhoisState::readReply(), and whoisStart().
◆ whoisTimeout
|
static |
Definition at line 44 of file whois.cc.
Referenced by whoisStart().
