Searched defs:progress (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libbz/
H A Dbzlib.c409 Bool progress; local
424 progress = handle_compress ( strm );
425 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
445 progress = handle_compress ( strm );
454 progress = handle_compress ( strm );
455 if (!progress) return BZ_SEQUENCE_ERROR;

Completed in 14 milliseconds