OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:server_hash
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
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
...]
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
...]
Completed in 287 milliseconds