window_size 989 tools/packfi2/deflate.c s->window_size = (ulg)2L*s->w_size; window_size 1072 tools/packfi2/deflate.c Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); window_size 1113 tools/packfi2/deflate.c Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); window_size 1145 tools/packfi2/deflate.c Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); window_size 1189 tools/packfi2/deflate.c Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); window_size 1218 tools/packfi2/deflate.c Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); window_size 1275 tools/packfi2/deflate.c more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); window_size 123 tools/packfi2/deflate.h ulg window_size;