Lines Matching defs:last
43 state->last = 0;
108 Update the window with the last wsize (normally 32K) bytes written before
115 advantage, since only the last 32K of output is copied to the sliding window
315 When there is a window, goto inf_leave will update the window with the last
343 code last; /* parent table entry */
413 if (state->last) {
419 state->last = BITS(1);
592 last = this;
594 this = state->lencode[last.val +
595 (BITS(last.bits + last.op) >> last.bits)];
596 if ((unsigned)(last.bits + this.bits) <= bits) break;
599 DROPBITS(last.bits);
634 last = this;
636 this = state->distcode[last.val +
637 (BITS(last.bits + last.op) >> last.bits)];
638 if ((unsigned)(last.bits + this.bits) <= bits) break;
641 DROPBITS(last.bits);
757 strm->data_type = state->bits + (state->last ? 64 : 0) +