|
Squid Web Cache master
|
#include "squid.h"#include "base/LookupTable.h"#include "HttpHdrScTarget.h"#include "HttpHeader.h"#include "HttpHeaderFieldStat.h"#include "HttpHeaderStat.h"#include "HttpHeaderTools.h"#include "Store.h"#include "StrList.h"#include "util.h"#include <map>#include <vector>Go to the source code of this file.
Functions | |
| http_hdr_sc_type & | operator++ (http_hdr_sc_type &aHeader) |
| void | httpHdrScInitModule (void) |
| HttpHdrSc * | httpHdrScParseCreate (const String &str) |
| void | httpHdrScTargetStatDumper (StoreEntry *sentry, int, double val, double, int count) |
| void | httpHdrScStatDumper (StoreEntry *sentry, int, double val, double, int count) |
Variables | |
| static const LookupTable< http_hdr_sc_type >::Record | ScAttrs [] |
| LookupTable< http_hdr_sc_type > | scLookupTable (SC_ENUM_END, ScAttrs) |
| void httpHdrScInitModule | ( | void | ) |
Definition at line 48 of file HttpHdrSc.cc.
References assert, and ScAttrs.
Referenced by httpHeaderInitModule().
Definition at line 59 of file HttpHdrSc.cc.
References HttpHdrSc::parse().
Referenced by HttpHeader::getSc().
| void httpHdrScStatDumper | ( | StoreEntry * | sentry, |
| int | idx, | ||
| double | val, | ||
| double | size, | ||
| int | count | ||
| ) |
Definition at line 266 of file HttpHdrSc.cc.
References dump_stat, int, SC_ENUM_END, ScAttrs, HttpHeaderStat::scParsedCount, storeAppendPrintf(), and xdiv().
Referenced by httpHeaderStatDump().
| void httpHdrScTargetStatDumper | ( | StoreEntry * | sentry, |
| int | idx, | ||
| double | val, | ||
| double | size, | ||
| int | count | ||
| ) |
Definition at line 253 of file HttpHdrSc.cc.
References dump_stat, int, SC_ENUM_END, ScAttrs, HttpHeaderStat::scParsedCount, storeAppendPrintf(), and xdiv().
| http_hdr_sc_type & operator++ | ( | http_hdr_sc_type & | aHeader | ) |
Definition at line 40 of file HttpHdrSc.cc.
|
static |
Definition at line 29 of file HttpHdrSc.cc.
Referenced by httpHdrScInitModule(), httpHdrScStatDumper(), httpHdrScTargetStatDumper(), and HttpHdrScTarget::packInto().
| LookupTable< http_hdr_sc_type > scLookupTable(SC_ENUM_END, ScAttrs) | ( | SC_ENUM_END | , |
| ScAttrs | |||
| ) |
Referenced by HttpHdrSc::parse().