HomeSort by relevance Sort by last modified time
    Searched defs:EntryStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/
disk_format.h 101 struct EntryStore {
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.
  /external/chromium/net/disk_cache/
disk_format.h 112 struct EntryStore {
129 COMPILE_ASSERT(sizeof(EntryStore) == 256, bad_EntyStore);
130 const int kMaxInternalKeyLength = 4 * sizeof(EntryStore) -
131 offsetof(EntryStore, key) - 1;
153 CacheAddr contents; // Address of the EntryStore.
169 // EntryStore blocks, RankingsNode blocks or user-data blocks).

Completed in 27 milliseconds