|
Squid Web Cache master
|
#include "squid.h"#include "md5.h"#include "MemObject.h"#include "sbuf/Stream.h"#include "SquidMath.h"#include "Store.h"#include "store/SwapMeta.h"#include "store/SwapMetaOut.h"Go to the source code of this file.
Namespaces | |
| namespace | Store |
Functions | |
| static void | Store::PackField (std::ostream &os, const SwapMetaType type, const size_t length, const void *value) |
| writes a single swap meta field to the given stream | |
| static void | Store::PackFields (const StoreEntry &entry, std::ostream &os) |
| writes all swap meta fields of the given Store entry to the given stream | |