Lines Matching defs:off
1270 int off;
1303 int off;
1325 match.off = (int)(ip-matchPtr);
1382 const BYTE* const matchPos = ip - firstMatch.off;
1397 opt[rPos].off = 0;
1406 int const offset = firstMatch.off;
1411 opt[mlen].off = offset;
1421 opt[last_match_pos+addLit].off = 0;
1459 best_off = newMatch.off;
1472 opt[pos].off = 0;
1486 int const offset = newMatch.off;
1510 opt[pos].off = offset;
1518 opt[last_match_pos+addLit].off = 0;
1527 best_off = opt[last_match_pos].off;
1539 int const next_offset = opt[candidate_pos].off;
1542 opt[candidate_pos].off = selected_offset;
1554 int const offset = opt[rPos].off;