Lines Matching defs:end
360 inflate call, but the end of the deflate stream has not been reached yet.
370 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) {
388 undefined at the end of decode; so there's really no point.
403 zmemcpy(state->window, end - state->wsize, state->wsize);
410 zmemcpy(state->window + state->wnext, end - copy, dist);
413 zmemcpy(state->window, end - copy, copy);
599 will return Z_BUF_ERROR if it has not reached the end of the stream.
907 Tracev((stderr, "inflate: stored end\n"));
1002 /* check for end-of-block code (better have one) */
1004 strm->msg = (char *)"invalid code -- missing end-of-block";
1076 Tracevv((stderr, "inflate: end of block\n"));
1309 Tracev((stderr, "inflate: end\n"));
1459 Returns true if inflate is currently at the end of a block generated by
1463 block. When decompressing, PPP checks that at the end of input packet,