Lines Matching defs:window
22 windowBits is in the range 8..15, and window is a user-supplied
23 window and output buffer that is 2**windowBits bytes.
26 unsigned char FAR *window, const char *version,
33 if (strm == Z_NULL || window == Z_NULL ||
59 state->window = window;
199 /* Assure that some output space is available, by writing out the window
205 put = state->window; \
216 strm provides the memory allocation functions and window buffer on input,
222 filled the window with output, or when it completes with data in the
223 window, it calls out() to write out the data. The application must not
225 returns. The application must not change the window/output buffer until
273 put = state->window;
573 /* copy match from window to output */
612 if (out(out_desc, state->window, state->wsize - left) &&