wsize 91 lib/zlib/contrib/inflate86/inffas86.c /* 92 48 */ unsigned wsize; /* window size */ wsize 115 lib/zlib/contrib/inflate86/inffas86.c ar.wsize = state->wsize; wsize 96 lib/zlib/contrib/masmx64/inffas8664.c /* 92 48 */ unsigned wsize; /* window size */ wsize 132 lib/zlib/contrib/masmx64/inffas8664.c ar.wsize = state->wsize; wsize 1272 lib/zlib/deflate.c uInt wsize = s->w_size; wsize 1280 lib/zlib/deflate.c more = wsize; wsize 1293 lib/zlib/deflate.c if (s->strstart >= wsize+MAX_DIST(s)) { wsize 1295 lib/zlib/deflate.c zmemcpy(s->window, s->window+wsize, (unsigned)wsize); wsize 1296 lib/zlib/deflate.c s->match_start -= wsize; wsize 1297 lib/zlib/deflate.c s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ wsize 1298 lib/zlib/deflate.c s->block_start -= (long) wsize; wsize 1311 lib/zlib/deflate.c *p = (Pos)(m >= wsize ? m-wsize : NIL); wsize 1314 lib/zlib/deflate.c n = wsize; wsize 1319 lib/zlib/deflate.c *p = (Pos)(m >= wsize ? m-wsize : NIL); wsize 1325 lib/zlib/deflate.c more += wsize; wsize 56 lib/zlib/infback.c state->wsize = 1U << windowBits; wsize 205 lib/zlib/infback.c left = state->wsize; \ wsize 278 lib/zlib/infback.c left = state->wsize; wsize 468 lib/zlib/infback.c if (state->whave < state->wsize) wsize 469 lib/zlib/infback.c state->whave = state->wsize - left; wsize 470 lib/zlib/infback.c inflate_fast(strm, state->wsize); wsize 560 lib/zlib/infback.c if (state->offset > state->wsize - (state->whave < state->wsize ? wsize 571 lib/zlib/infback.c copy = state->wsize - state->offset; wsize 592 lib/zlib/infback.c if (left < state->wsize) { wsize 593 lib/zlib/infback.c if (out(out_desc, state->window, state->wsize - left)) wsize 80 lib/zlib/inffast.c unsigned wsize; /* window size or zero if not using window */ wsize 107 lib/zlib/inffast.c wsize = state->wsize; wsize 196 lib/zlib/inffast.c from += wsize - op; wsize 206 lib/zlib/inffast.c from += wsize + write - op; wsize 118 lib/zlib/inflate.c state->wsize = 0; wsize 341 lib/zlib/inflate.c if (state->wsize == 0) { wsize 342 lib/zlib/inflate.c state->wsize = 1U << state->wbits; wsize 349 lib/zlib/inflate.c if (copy >= state->wsize) { wsize 350 lib/zlib/inflate.c zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); wsize 352 lib/zlib/inflate.c state->whave = state->wsize; wsize 355 lib/zlib/inflate.c dist = state->wsize - state->write; wsize 362 lib/zlib/inflate.c state->whave = state->wsize; wsize 366 lib/zlib/inflate.c if (state->write == state->wsize) state->write = 0; wsize 367 lib/zlib/inflate.c if (state->whave < state->wsize) state->whave += dist; wsize 1053 lib/zlib/inflate.c from = state->window + (state->wsize - copy); wsize 1135 lib/zlib/inflate.c if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) wsize 1196 lib/zlib/inflate.c if (dictLength > state->wsize) { wsize 1197 lib/zlib/inflate.c zmemcpy(state->window, dictionary + dictLength - state->wsize, wsize 1198 lib/zlib/inflate.c state->wsize); wsize 1199 lib/zlib/inflate.c state->whave = state->wsize; wsize 1202 lib/zlib/inflate.c zmemcpy(state->window + state->wsize - dictLength, dictionary, wsize 1330 lib/zlib/inflate.c unsigned wsize; wsize 1362 lib/zlib/inflate.c wsize = 1U << state->wbits; wsize 1363 lib/zlib/inflate.c zmemcpy(window, state->window, wsize); wsize 89 lib/zlib/inflate.h unsigned wsize; /* window size or zero if not using window */ wsize 1092 source3/client/mount.cifs.c int wsize = 0; wsize 1221 source3/client/mount.cifs.c wsize = atoi(optarg); wsize 434 source3/torture/cmd_vfs.c int fd, size, wsize; wsize 454 source3/torture/cmd_vfs.c wsize = SMB_VFS_WRITE(vfs->files[fd], vfs->data, size); wsize 456 source3/torture/cmd_vfs.c if (wsize == -1) { wsize 305 source4/client/mount.cifs.c int wsize = 0; wsize 422 source4/client/mount.cifs.c wsize = atoi(optarg);