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

  /external/chromium/net/base/
sdch_manager.cc 367 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,
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)
    [all...]
sdch_manager.h 305 // after the meta-data headers like Domain:...) with the given |server_hash|
312 void GetVcdiffDictionary(const std::string& server_hash,
325 std::string* client_hash, std::string* server_hash);
sdch_filter_unittest.cc 79 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");
    [all...]

Completed in 729 milliseconds