|
Squid Web Cache v8/master
|
#include "squid.h"#include "comm/Connection.h"#include "DelayTagged.h"#include "NullDelayId.h"#include "Store.h"Go to the source code of this file.
Classes | |
| struct | DelayTaggedStatsVisitor |
| struct | DelayTaggedUpdater |
| struct | DelayTaggedUpdateVisitor |
Functions | |
| int | DelayTaggedCmp (DelayTaggedBucket::Pointer const &left, DelayTaggedBucket::Pointer const &right) |
| void | DelayTaggedFree (DelayTaggedBucket::Pointer &) |
Variables | |
| static Splay< DelayTaggedBucket::Pointer >::SPLAYFREE | DelayTaggedFree |
| static Splay< DelayTaggedBucket::Pointer >::SPLAYCMP | DelayTaggedCmp |
| int DelayTaggedCmp | ( | DelayTaggedBucket::Pointer const & | left, |
| DelayTaggedBucket::Pointer const & | right | ||
| ) |
Definition at line 35 of file DelayTagged.cc.
References SBuf::caseCmp(), and DelayTaggedBucket::tag.
| void DelayTaggedFree | ( | DelayTaggedBucket::Pointer & | ) |
Definition at line 42 of file DelayTagged.cc.
|
static |
Definition at line 32 of file DelayTagged.cc.
Referenced by DelayTagged::Id::Id().
|
static |
Definition at line 24 of file DelayTagged.cc.
Referenced by DelayTagged::~DelayTagged().