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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1071 Int32 bufN; member in struct:__anon147
1118 bzf->bufN = 0;
1293 bzf->bufN = 0;
1300 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++;
1309 bzf->strm.avail_in = bzf->bufN;
1369 bzf->bufN = n;
1370 bzf->strm.avail_in = bzf->bufN;

Completed in 83 milliseconds