Home
last modified time | relevance | path

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

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