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

  /external/chromium/net/base/
sdch_filter.cc 315 const size_t kServerIdLength = 9; // Dictionary hash plus null from server.
316 size_t bytes_needed = kServerIdLength - dictionary_hash_.size();
327 DCHECK(kServerIdLength == dictionary_hash_.size());
339 if ('\0' == dictionary_hash_[kServerIdLength - 1])
341 kServerIdLength - 1),
347 DCHECK(dictionary_hash_.size() == kServerIdLength);
349 for (size_t i = 0; i < kServerIdLength - 1; ++i) {
  /external/chromium_org/net/base/
sdch_filter.cc 313 const size_t kServerIdLength = 9; // Dictionary hash plus null from server.
314 size_t bytes_needed = kServerIdLength - dictionary_hash_.size();
325 DCHECK(kServerIdLength == dictionary_hash_.size());
337 if ('\0' == dictionary_hash_[kServerIdLength - 1])
339 kServerIdLength - 1),
345 DCHECK(dictionary_hash_.size() == kServerIdLength);
347 for (size_t i = 0; i < kServerIdLength - 1; ++i) {

Completed in 2169 milliseconds