Lines Matching defs:end
370 inflate call, but the end of the deflate stream has not been reached yet.
380 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
404 zmemcpy(state->window, end - state->wsize, state->wsize);
411 zmemcpy(state->window + state->wnext, end - copy, dist);
414 zmemcpy(state->window, end - copy, copy);
600 will return Z_BUF_ERROR if it has not reached the end of the stream.
967 Tracev((stderr, "inflate: stored end\n"));
1065 /* check for end-of-block code (better have one) */
1067 strm->msg = (char *)"invalid code -- missing end-of-block";
1149 Tracevv((stderr, "inflate: end of block\n"));
1399 Tracev((stderr, "inflate: end\n"));
1584 Returns true if inflate is currently at the end of a block generated by
1588 block. When decompressing, PPP checks that at the end of input packet,