Home
last modified time | relevance | path

Searched refs:bufN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1080 Int32 bufN; member
1127 bzf->bufN = 0; in BZ_API()
1302 bzf->bufN = 0; in BZ_API()
1309 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
1318 bzf->strm.avail_in = bzf->bufN; in BZ_API()
1378 bzf->bufN = n; in BZ_API()
1379 bzf->strm.avail_in = bzf->bufN; in BZ_API()