Searched refs:zStream (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/bzip2/
H A Dbzip2.c329 void compressStream ( FILE *stream, FILE *zStream )
339 SET_BINARY_MODE(zStream);
342 if (ferror(zStream)) goto errhandler_io;
344 bzf = BZ2_bzWriteOpen ( &bzerr, zStream,
365 if (ferror(zStream)) goto errhandler_io;
366 ret = fflush ( zStream );
368 if (zStream != stdout) {
369 Int32 fd = fileno ( zStream );
372 ret = fclose ( zStream );
433 Bool uncompressStream ( FILE *zStream, FIL argument
[all...]

Completed in 93 milliseconds