Searched refs:nIbuf (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/bzip/ | ||
H A D | bzip2.c | 295 Int32 nIbuf; local 314 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream ); 316 if (nIbuf > 0) bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf ); |
Completed in 13 milliseconds