Home | History | Annotate | Download | only in src

Lines Matching refs:Match

240 // depending on whether an exact match was found.
281 // when the hash values of the two blocks match, it is very likely that either
282 // the blocks are identical, or else the first byte does not match.
338 // made up of spaces, there will be one match for each block in the
346 // that match the corresponding bytes to the left of target_match_start.
367 // that match the corresponding bytes starting at target_match_end.
395 Match* best_match) const {
410 // Extend match start towards beginning of unencoded data
422 // Extend match end towards end of unencoded data
432 // Update in/out parameter if the best match found was better
433 // than any match already stored in *best_match.