Lines Matching refs:wbsize
122 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
166 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
210 shf->wbsize = bsize;
361 nbuf = (unsigned char *) aresize(shf->buf, shf->wbsize * 2,
365 shf->rbsize += shf->wbsize;
366 shf->wnleft += shf->wbsize;
367 shf->wbsize *= 2;
404 shf->wnleft = shf->wbsize;
728 if (nbytes > shf->wbsize) {
730 if (shf->wbsize)
731 ncopy -= nbytes % shf->wbsize;