HomeSort by relevance Sort by last modified time
    Searched refs:entry_hash (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 75 uint64 entry_hash,
81 uint64 entry_hash,
91 uint64 entry_hash,
127 uint64 entry_hash);
152 uint64 entry_hash);
simple_net_log_parameters.cc 22 dict->SetString("entry_hash",
23 base::StringPrintf("%#016" PRIx64, entry->entry_hash()));
simple_util.h 48 std::string GetFilenameFromEntryHashAndIndex(uint64 entry_hash, int index);
simple_util.cc 61 std::string GetFilenameFromEntryHashAndIndex(uint64 entry_hash,
63 return base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, index);
simple_synchronous_entry.cc 193 const uint64 entry_hash,
197 entry_hash);
213 const uint64 entry_hash,
216 DCHECK_EQ(entry_hash, GetEntryHashKey(key));
218 entry_hash);
235 const uint64 entry_hash) {
239 GetFilenameFromEntryHashAndIndex(entry_hash, i));
252 uint64 entry_hash,
254 DCHECK_EQ(entry_hash, GetEntryHashKey(key));
255 bool deleted_well = DeleteFilesForEntryHash(path, entry_hash);
    [all...]
simple_backend_impl.cc 266 active_entries_.erase(entry->entry_hash());
325 const uint64 entry_hash = (*removed_key_hashes)[i]; local
326 EntryMap::iterator it = active_entries_.find(entry_hash);
425 const uint64 entry_hash = simple_util::GetEntryHashKey(key); local
428 active_entries_.insert(std::make_pair(entry_hash,
435 path_, entry_hash, entry_operations_mode_, this, net_log_);
444 DCHECK_EQ(0U, active_entries_.count(entry_hash));
481 uint64 entry_hash = entry_list->back(); local
483 if (index()->Has(entry_hash)) {
491 int error_code_open = OpenEntryFromHash(entry_hash,
    [all...]
simple_entry_impl.h 49 uint64 entry_hash,
65 uint64 entry_hash() const { return entry_hash_; } function in class:disk_cache::SimpleEntryImpl
simple_index.cc 364 const uint64 entry_hash = it->first; local
366 index_file_entries->insert(EntrySet::value_type(entry_hash,
simple_entry_impl.cc 154 const uint64 entry_hash,
161 entry_hash_(entry_hash),
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1146 entry_hash( const Entry* e ) function
    [all...]

Completed in 102 milliseconds