Searched refs:compress_stream (Results 1 – 2 of 2) sorted by relevance
90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, in compress_stream() function243 ok = compress_stream(self->enc, BROTLI_OPERATION_PROCESS, in brotli_Compressor_process()281 ok = compress_stream(self->enc, BROTLI_OPERATION_FLUSH, in brotli_Compressor_flush()321 ok = compress_stream(self->enc, BROTLI_OPERATION_FINISH, in brotli_Compressor_finish()
286 static void compress_stream(struct archive_handler *tar_hdl) in compress_stream() function796 if (toys.optflags & (FLAG_j|FLAG_z)) compress_stream(tar_hdl); in tar_main()