Lines Matching refs:start
80 z_off_t start; /* start of compressed data in file (header skipped) */
230 s->start = 10L;
233 * start anyway in write mode, so this initialization is not
241 s->start = s->stream.next_in - s->inbuf;
490 Bytef *start = (Bytef*)buf; /* starting point for crc computation */
508 start++;
563 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
564 start = s->stream.next_out;
597 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
1018 return fseek(s->file, s->start, SEEK_SET);