Lines Matching defs:START
429 uInt strstart; /* start of string to insert */
430 uInt match_start; /* start of matching string */
701 local void check_match(deflate_state *s, IPos start, IPos match,
1117 /* Start a new block or continue the current one.
1550 local void check_match(s, start, match, length)
1552 IPos start, match;
1557 s->window + start, length) != EQUAL) {
1558 fprintf(stderr, " start %u, match %u, length %d\n",
1559 start, match, length);
1561 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
1566 fprintf(stderr,"\\[%d,%d]", start-match, length);
1567 do { putc(s->window[start++], stderr); } while (--length != 0);
1571 # define check_match(s, start, match, length)
1791 * of the string with itself at the start of the input file).
1889 * of the string with itself at the start of the input file).
3674 * be BLOCKS (i.e. we should be willing to see the start of a series of
4345 * be BLOCKS (i.e. we should be willing to see the start of a series of
5074 START, /* x: set up for LEN */
5123 c->mode = START;
5154 case START: /* x: set up for LEN */
5263 c->mode = START;
5268 c->mode = START;