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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1115 uInt wsize = s->w_size; local
1122 more = wsize;
1132 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1137 zmemcpy((charf *)s->window, (charf *)s->window+wsize,
1138 (unsigned)wsize);
1139 s->match_start -= wsize;
1140 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1142 s->block_start -= (long) wsize;
1151 *p = (Pos)(m >= wsize ? m-wsize
[all...]

Completed in 26 milliseconds