Searched refs:sparse_header_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc204 memset(&sparse_header_, 0, sizeof(sparse_header_));
380 memset(&sparse_header_, 0, sizeof(sparse_header_));
381 sparse_header_.signature = Time::Now().ToInternalValue();
382 sparse_header_.magic = kIndexMagic;
383 sparse_header_.parent_key_len = entry_->GetKey().size();
388 new net::WrappedIOBuffer(reinterpret_cast<char*>(&sparse_header_)));
390 int rv = entry_->WriteData(kSparseIndex, 0, buf.get(), sizeof(sparse_header_),
392 if (rv != sizeof(sparse_header_)) {
[all...]
H A Dsparse_control.cc202 memset(&sparse_header_, 0, sizeof(sparse_header_));
378 memset(&sparse_header_, 0, sizeof(sparse_header_));
379 sparse_header_.signature = Time::Now().ToInternalValue();
380 sparse_header_.magic = kIndexMagic;
381 sparse_header_.parent_key_len = entry_->GetKey().size();
386 new net::WrappedIOBuffer(reinterpret_cast<char*>(&sparse_header_)));
388 int rv = entry_->WriteData(kSparseIndex, 0, buf.get(), sizeof(sparse_header_),
390 if (rv != sizeof(sparse_header_)) {
[all...]
H A Dsparse_control.h158 SparseHeader sparse_header_; // Data about the children of entry_. member in class:disk_cache::SparseControl
H A Dsparse_control_v3.h156 SparseHeader sparse_header_; // Data about the children of entry_. member in class:disk_cache::SparseControl

Completed in 1697 milliseconds