Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2.c333 Int32 nIbuf; in compressStream() local
353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream ); in compressStream()
355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf ); in compressStream()