Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.c901 Int32 bufN; member
948 bzf->bufN = 0; in BZ_API()
1123 bzf->bufN = 0; in BZ_API()
1130 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
1139 bzf->strm.avail_in = bzf->bufN; in BZ_API()
1199 bzf->bufN = n; in BZ_API()
1200 bzf->strm.avail_in = bzf->bufN; in BZ_API()