Lines Matching defs:end
358 inflate call, but the end of the deflate stream has not been reached yet.
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) {
391 zmemcpy(state->window, end - state->wsize, state->wsize);
398 zmemcpy(state->window + state->wnext, end - copy, dist);
401 zmemcpy(state->window, end - copy, copy);
587 will return Z_BUF_ERROR if it has not reached the end of the stream.
895 Tracev((stderr, "inflate: stored end\n"));
990 /* check for end-of-block code (better have one) */
992 strm->msg = (char *)"invalid code -- missing end-of-block";
1063 Tracevv((stderr, "inflate: end of block\n"));
1274 Tracev((stderr, "inflate: end\n"));
1424 Returns true if inflate is currently at the end of a block generated by
1428 block. When decompressing, PPP checks that at the end of input packet,