Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/bzip2/dist/
Dbzlib.c898 Int32 bufN; member
945 bzf->bufN = 0; in BZ_API()
1120 bzf->bufN = 0; in BZ_API()
1127 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
1136 bzf->strm.avail_in = bzf->bufN; in BZ_API()
1196 bzf->bufN = n; in BZ_API()
1197 bzf->strm.avail_in = bzf->bufN; in BZ_API()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dbzlib.c656 Int32 bufN; member
711 bzf->bufN = 0; in BZ_API()
718 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
727 bzf->strm.avail_in = bzf->bufN; in BZ_API()
787 bzf->bufN = n; in BZ_API()
788 bzf->strm.avail_in = bzf->bufN; in BZ_API()