Home | History | Annotate | Download | only in src

Lines Matching refs:wbsize

151 	shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
178 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
218 shf->wbsize = bsize;
352 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
355 shf->rbsize += shf->wbsize;
356 shf->wnleft += shf->wbsize;
357 shf->wbsize <<= 1;
395 shf->wnleft = shf->wbsize;
664 if (nbytes > shf->wbsize) {
666 if (shf->wbsize)
667 wbsize;