Searched refs:nIbuf (Results 1 – 1 of 1) sorted by relevance
333 Int32 nIbuf; in compressStream() local353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream ); in compressStream()355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf ); in compressStream()