Lines Matching defs:wnext
63 unsigned wnext; /* window write index */
90 wnext = state->wnext;
198 if (wnext == 0) { /* very common case */
208 else if (wnext < op) { /* wrap around window */
209 from += wsize + wnext - op;
210 op -= wnext;
217 if (wnext < len) { /* some from start of window */
218 op = wnext;
228 from += wnext - op;
311 - Three separate decoding do-loops for direct, window, and wnext == 0