Lines Matching defs:window
24 windowBits is in the range 8..15, and window is a user-supplied
25 window and output buffer that is 2**windowBits bytes.
28 unsigned char FAR *window, const char *version,
35 if (strm == Z_NULL || window == Z_NULL ||
61 state->window = window;
201 /* Assure that some output space is available, by writing out the window
207 put = state->window; \
218 strm provides the memory allocation functions and window buffer on input,
224 filled the window with output, or when it completes with data in the
225 window, it calls out() to write out the data. The application must not
227 returns. The application must not change the window/output buffer until
275 put = state->window;
575 /* copy match from window to output */
614 if (out(out_desc, state->window, state->wsize - left) &&