Token.cc File Reference
#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"
Include dependency graph for Token.cc:

Go to the source code of this file.

Namespaces

 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 More...
 

Variables

static TokenTableEntry Format::TokenTable1C []
 1-char tokens. More...
 
static TokenTableEntry Format::TokenTable2C []
 2-char tokens More...
 
static TokenTableEntry Format::TokenTableMisc []
 Miscellaneous >2 byte tokens. More...
 
static TokenTableEntry Format::TokenTableProxyProtocol []
 
static TokenTableEntry Format::TokenTableTransport []
 
static TokenTableEntry Format::TokenTableAdapt []
 
static TokenTableEntry Format::TokenTableIcap []
 ICAP (icap::) tokens. More...
 
static TokenTableEntry Format::TokenTableSsl []
 

Function Documentation

◆ ParseUnsignedDecimalInteger()

template<typename Integer >
static Integer ParseUnsignedDecimalInteger ( const char *  description,
const SBuf rawInput 
)
static

Definition at line 292 of file Token.cc.

References Here, max(), min(), and ToSBuf().

 

Introduction

Documentation

Support

Miscellaneous