HomeSort by relevance Sort by last modified time
    Searched full:entry_store (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.cc 406 EntryStore* entry_store = entry_.Data(); local
408 memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
413 entry_store->rankings_node = node_address.value();
416 entry_store->hash = hash;
417 entry_store->creation_time = Time::Now().ToInternalValue();
418 entry_store->key_len = static_cast<int32>(key.size());
419 if (entry_store->key_len > kMaxInternalKeyLength) {
421 if (!CreateBlock(entry_store->key_len + 1, &address))
424 entry_store->long_key = address.value();
440 memcpy(entry_store->key, key.data(), key.size())
    [all...]

Completed in 303 milliseconds