Home | History | Annotate | Download | only in base

Lines Matching refs:server_hash

367   std::string server_hash;
368 GenerateHash(dictionary_text, &client_hash, &server_hash);
369 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
453 << " and server hash " << server_hash;
458 dictionaries_[server_hash] = dictionary;
462 void SdchManager::GetVcdiffDictionary(const std::string& server_hash,
465 DictionaryMap::iterator it = dictionaries_.find(server_hash);
497 std::string* client_hash, std::string* server_hash) {
504 UrlSafeBase64Encode(second_48_bits, server_hash);
506 DCHECK_EQ(server_hash->length(), 8u);