Lines Matching refs:start
1031 /* Compression must start with an empty pending buffer */
1057 /* Compression must start with an empty pending buffer */
1092 ulg beg = s->pending; /* start of bytes to update crc */
1119 ulg beg = s->pending; /* start of bytes to update crc */
1141 ulg beg = s->pending; /* start of bytes to update crc */
1175 /* Compression must start with an empty pending buffer */
1567 local void check_match(deflate_state *s, IPos start, IPos match, int length)
1570 Bytef *back = s->window + (int)match, *here = s->window + start;
1580 fprintf(stderr, " start %u, match %d, length %d\n",
1581 start, (int)match, length);
1588 fprintf(stderr,"\\[%d,%d]", start - match, length);
1589 do { putc(s->window[start++], stderr); } while (--length != 0);
1593 # define check_match(s, start, match, length)
1856 * of the string with itself at the start of the input file).
1960 * of the string with itself at the start of the input file).