OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_hash
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc
66
// If
target_hash
is not NULL, this function will also look for a match
85
const BlockHash*
target_hash
,
101
target_hash
->FindBestMatch(hash_value,
171
BlockHash*
target_hash
= NULL;
local
175
target_hash
= BlockHash::CreateTargetHash(target_data,
178
if (!
target_hash
) {
199
target_hash
,
212
target_hash
->AddAllBlocksThroughIndex(
222
target_hash
->AddOneIndexHash(
234
delete
target_hash
;
[
all
...]
vcdiffengine.h
92
// If look_for_target_matches is true, then
target_hash
must point to a valid
94
// false, then the value of
target_hash
is ignored.
100
const BlockHash*
target_hash
,
Completed in 31 milliseconds