|
Squid Web Cache master
|
#include "squid.h"#include "format/Config.h"#include "format/Token.h"#include "format/TokenTableEntry.h"#include "globals.h"#include "parser/Tokenizer.h"#include "proxyp/Elements.h"#include "sbuf/Stream.h"#include "SquidConfig.h"#include "Store.h"Go to the source code of this file.
Namespaces | |
| namespace | Format |
Functions | |
| template<typename Integer > | |
| static Integer | ParseUnsignedDecimalInteger (const char *description, const SBuf &rawInput) |
| interprets input as an unsigned decimal integer that fits the specified Integer type | |
Variables | |
| static TokenTableEntry | Format::TokenTable1C [] |
| 1-char tokens. | |
| static TokenTableEntry | Format::TokenTable2C [] |
| 2-char tokens | |
| static TokenTableEntry | Format::TokenTableMisc [] |
| Miscellaneous >2 byte tokens. | |
| static TokenTableEntry | Format::TokenTableProxyProtocol [] |
| static TokenTableEntry | Format::TokenTableTransport [] |
| static TokenTableEntry | Format::TokenTableAdapt [] |
| static TokenTableEntry | Format::TokenTableIcap [] |
| ICAP (icap::) tokens. | |
| static TokenTableEntry | Format::TokenTableSsl [] |