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

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

Completed in 144 milliseconds