Searched refs:wsize (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c966 uInt wsize = s->w_size; local
973 more = wsize;
984 } else if (s->strstart >= wsize+MAX_DIST(s)) {
986 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
987 s->match_start -= wsize;
988 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
989 s->block_start -= (long) wsize;
1001 *p = (Pos)(m >= wsize ? m-wsize
[all...]

Completed in 14 milliseconds