Lines Matching defs:window
77 /* A Pos is an index in the character window. We use short instead of int to
95 uInt w_size; /* LZ77 window size (32K by default) */
99 Bytef *window;
100 /* Sliding window. Input bytes are read into the second half of the window,
105 * the window size to 64K, which is quite useful on MSDOS.
106 * To do: use the user input buffer as sliding window.
110 /* Actual size of window: 2*wSize, except when the user input buffer
111 * is directly used as sliding window.
117 * An index in this array is thus a window index modulo 32K.
136 * negative when the window is moved backwards.
144 uInt lookahead; /* number of valid bytes ahead in window */
207 * data is still in the window so we can still emit a stored block even