Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dstrike_register.cc167 uint32 best_match_index = BestMatch(value); in Insert() local
168 if (best_match_index == kNil) { in Insert()
177 const uint8* best_match = external_node(best_match_index); in Insert()
191 if (external_node_index == best_match_index) { in Insert()
192 best_match_index = BestMatch(value); in Insert()
193 best_match = external_node(best_match_index); in Insert()