OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crc32s_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h
230
// Called after an asynchronous read. Updates |
crc32s_
| if possible.
293
// Updates |
crc32s_
| and |crc32s_end_offset_| for a write of the data in
330
// write. For each stream, |
crc32s_
[index]| is the crc32 of that stream from
332
// value of |
crc32s_
[index]| is undefined.
334
uint32
crc32s_
[kSimpleEntryStreamCount];
member in class:disk_cache::SimpleEntryImpl
simple_entry_impl.cc
187
COMPILE_ASSERT(arraysize(data_size_) == arraysize(
crc32s_
),
546
std::memset(
crc32s_
, 0, sizeof(
crc32s_
));
767
int32 crc = GetDataSize(i) == 0 ? crc32(0, Z_NULL, 0) :
crc32s_
[i];
[
all
...]
Completed in 82 milliseconds