Home
last modified time | relevance | path

Searched refs:compress_stream (Results 1 – 2 of 2) sorted by relevance

/external/brotli/python/
D_brotli.cc90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, in compress_stream() function
243 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()
/external/toybox/toys/pending/
Dtar.c286 static void compress_stream(struct archive_handler *tar_hdl) in compress_stream() function
796 if (toys.optflags & (FLAG_j|FLAG_z)) compress_stream(tar_hdl); in tar_main()