|
Squid Web Cache master
|
Public Member Functions | |
| htcpStuff (uint32_t id, int o, int r, int f) | |
Public Attributes | |
| int | op = 0 |
| int | rr = 0 |
| int | f1 = 0 |
| int | response = 0 |
| int | reason = 0 |
| uint32_t | msg_id |
| htcpSpecifier | S |
| htcpDetail | D |
| htcpDetail htcpStuff::D |
Definition at line 198 of file htcp.cc.
Referenced by htcpBuildDetail(), and htcpTstReply().
| int htcpStuff::f1 = 0 |
Definition at line 193 of file htcp.cc.
Referenced by htcpBuildData(), and htcpBuildTstOpData().
| uint32_t htcpStuff::msg_id |
Definition at line 196 of file htcp.cc.
Referenced by htcpBuildData(), and htcpQuery().
| int htcpStuff::op = 0 |
Definition at line 191 of file htcp.cc.
Referenced by htcpBuildData(), and htcpBuildOpData().
| int htcpStuff::reason = 0 |
Definition at line 195 of file htcp.cc.
Referenced by htcpBuildClrOpData(), and htcpClear().
| int htcpStuff::response = 0 |
Definition at line 194 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), and htcpTstReply().
| int htcpStuff::rr = 0 |
Definition at line 192 of file htcp.cc.
Referenced by htcpBuildClrOpData(), htcpBuildData(), and htcpBuildTstOpData().
| htcpSpecifier htcpStuff::S |
Definition at line 197 of file htcp.cc.
Referenced by htcpBuildSpecifier(), htcpClear(), htcpQuery(), and htcpTstReply().