Searched defs:server_hash (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dsdch_filter_unittest.cc79 std::string server_hash; local
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
83 std::string compressed(server_hash);
93 std::string client_hash, server_hash; local
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
98 EXPECT_EQ(server_hash, "MyciMVll");
H A Dsdch_manager.cc367 std::string server_hash; local
368 GenerateHash(dictionary_text, &client_hash, &server_hash);
369 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
453 << " and server hash " << server_hash; local
458 dictionaries_[server_hash] = dictionary;
462 void SdchManager::GetVcdiffDictionary(const std::string& server_hash, argument
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
496 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]

Completed in 55 milliseconds