Home | History | Annotate | Download | only in disk_cache

Lines Matching full:stored

5 // The cache is stored on disk as a collection of block-files, plus an index
8 // Any data blob bigger than kMaxBlockSize (net/addr.h) will be stored on a
10 // be stored as a series of blocks on a block-file. In any case, CacheAddr
23 // when completely full. At that point, data blocks of 1KB will be stored on a
87 int32 num_entries; // Number of entries currently stored.
88 int32 num_bytes; // Total size of the stored data.
108 // what can be stored on this structure, it will be extended on consecutive
110 // After that point, the whole key will be stored as a data block or external
184 int32 num_entries; // Number of stored entries.
206 // The child entry is stored the same way as any other entry, so it also has a
216 // id as described previously. The signature itself is also stored internally by
224 // read that spans data not written before. The actual sparse data is stored in
226 // information is stored in another stream (at index 2), both by parents and
230 // It is stored at offset 0 of the data stream with index 2.
254 // The number of blocks stored by a child entry.