Lines Matching defs:target_hash
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;
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;