Lines Matching defs:end
359 inflate call, but the end of the deflate stream has not been reached yet.
369 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) {
392 zmemcpy(state->window, end - state->wsize, state->wsize);
399 zmemcpy(state->window + state->wnext, end - copy, dist);
402 zmemcpy(state->window, end - copy, copy);
588 will return Z_BUF_ERROR if it has not reached the end of the stream.
896 Tracev((stderr, "inflate: stored end\n"));
991 /* check for end-of-block code (better have one) */
993 strm->msg = (char *)"invalid code -- missing end-of-block";
1065 Tracevv((stderr, "inflate: end of block\n"));
1276 Tracev((stderr, "inflate: end\n"));
1426 Returns true if inflate is currently at the end of a block generated by
1430 block. When decompressing, PPP checks that at the end of input packet,