HomeSort by: relevance | last modified time | path
    Searched refs:bufN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/bzip2/dist/
bzlib.c 898 Int32 bufN;
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;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib.c 656 Int32 bufN;
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 16 milliseconds