HomeSort by relevance Sort by last modified time
    Searched refs:compress_stream (Results 1 - 2 of 2) sorted by null

  /external/brotli/python/
_brotli.cc 90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, function
243 ok = compress_stream(self->enc, BROTLI_OPERATION_PROCESS,
281 ok = compress_stream(self->enc, BROTLI_OPERATION_FLUSH,
321 ok = compress_stream(self->enc, BROTLI_OPERATION_FINISH,
  /external/toybox/toys/pending/
tar.c 286 static void compress_stream(struct archive_handler *tar_hdl) function
796 if (toys.optflags & (FLAG_j|FLAG_z)) compress_stream(tar_hdl);

Completed in 96 milliseconds