/external/chromium_org/net/disk_cache/ |
sparse_control.cc | 196 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32), 203 memset(&child_data_, 0, sizeof(child_data_)); 467 static_cast<int>(sizeof(child_data_))) 471 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_))); 474 int rv = child_->ReadData(kSparseIndex, 0, buf.get(), sizeof(child_data_), 476 if (rv != sizeof(child_data_)) 479 if (child_data_.header.signature != sparse_header_.signature || 480 child_data_.header.magic != kIndexMagic) 483 if (child_data_.header.last_block_len < 0 | [all...] |
sparse_control.h | 160 SparseData child_data_; // Parent and allocation map of child_. member in class:disk_cache::SparseControl
|
/external/chromium_org/net/disk_cache/v3/ |
sparse_control_v3.cc | 198 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32), 205 memset(&child_data_, 0, sizeof(child_data_)); 471 static_cast<int>(sizeof(child_data_))) 475 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_))); 478 int rv = child_->ReadData(kSparseIndex, 0, buf.get(), sizeof(child_data_), 480 if (rv != sizeof(child_data_)) 483 if (child_data_.header.signature != sparse_header_.signature || 484 child_data_.header.magic != kIndexMagic) 487 if (child_data_.header.last_block_len < 0 | [all...] |
sparse_control_v3.h | 158 SparseData child_data_; // Parent and allocation map of child_. member in class:disk_cache::SparseControl
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 191 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32), 450 static_cast<int>(sizeof(child_data_))) 454 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_))); 457 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL); 458 if (rv != sizeof(child_data_)) 461 if (child_data_.header.signature != sparse_header_.signature || 462 child_data_.header.magic != kIndexMagic) 465 if (child_data_.header.last_block_len < 0 || 466 child_data_.header.last_block_len > kBlockSize) { 468 child_data_.header.last_block_len = 0 [all...] |
sparse_control.h | 159 SparseData child_data_; // Parent and allocation map of child_. member in class:disk_cache::SparseControl
|