Lines Matching defs:start
82 static void check_match (deflate_state *s, IPos start, IPos match,
703 IPos start,
710 (char *)s->window + start, length) != EQUAL) {
711 fprintf(stderr, " start %u, match %u, length %d\n",
712 start, match, length);
714 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
719 fprintf(stderr,"\\[%d,%d]", start-match, length);
720 do { putc(s->window[start++], stderr); } while (--length != 0);
724 # define check_match(s, start, match, length)
951 * of the string with itself at the start of the input file).
1049 * of the string with itself at the start of the input file).