Lines Matching defs:start
1061 /* Compression must start with an empty pending buffer */
1087 /* Compression must start with an empty pending buffer */
1122 ulg beg = s->pending; /* start of bytes to update crc */
1149 ulg beg = s->pending; /* start of bytes to update crc */
1171 ulg beg = s->pending; /* start of bytes to update crc */
1205 /* Compression must start with an empty pending buffer */
1622 local void check_match(deflate_state *s, IPos start, IPos match, int length) {
1625 s->window + start, length) != EQUAL) {
1626 fprintf(stderr, " start %u, match %u, length %d\n",
1627 start, match, length);
1629 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
1634 fprintf(stderr,"\\[%d,%d]", start - match, length);
1635 do { putc(s->window[start++], stderr); } while (--length != 0);
1639 # define check_match(s, start, match, length)
1900 * of the string with itself at the start of the input file).
2006 * of the string with itself at the start of the input file).