Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser.cc96 int full_hash_len = atoi(cmd_parts[2].c_str()); in ParseGetHash() local
100 data += full_hash_len; in ParseGetHash()
101 length -= full_hash_len; in ParseGetHash()
105 while (full_hash_len > 0) { in ParseGetHash()
106 DCHECK(static_cast<size_t>(full_hash_len) >= sizeof(SBFullHash)); in ParseGetHash()
111 full_hash_len -= sizeof(SBFullHash); in ParseGetHash()