Home
last modified time | relevance | path

Searched refs:node_addr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Drankings.cc638 Addr node_addr(static_cast<CacheAddr>(control_data_->transaction)); in CompleteTransaction() local
639 if (!node_addr.is_initialized() || node_addr.is_separate_file()) { in CompleteTransaction()
645 Trace("CompleteTransaction 0x%x", node_addr.value()); in CompleteTransaction()
647 CacheRankingsBlock node(backend_->File(node_addr), node_addr); in CompleteTransaction()
749 CacheAddr node_addr = node->address().value(); in CheckLinks() local
750 if (prev->Data()->next == node_addr && in CheckLinks()
751 next->Data()->prev == node_addr) { in CheckLinks()
756 Trace("CheckLinks 0x%x (0x%x 0x%x)", node_addr, in CheckLinks()
759 if (node_addr != prev->address().value() && in CheckLinks()
760 node_addr != next->address().value() && in CheckLinks()
[all …]