Searched defs:EntryStore (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h101 struct EntryStore { struct in namespace:disk_cache
115 uint32 self_hash; // The hash of EntryStore up to this point.
119 COMPILE_ASSERT(sizeof(EntryStore) == 256, bad_EntyStore);
120 const int kMaxInternalKeyLength = 4 * sizeof(EntryStore) -
121 offsetof(EntryStore, key) - 1;
143 CacheAddr contents; // Address of the EntryStore.

Completed in 131 milliseconds