Rizin
unix-like reverse engineering framework and cli tools
|
Encode files using LZMA_FULL_FLUSH. More...
Go to the source code of this file.
Macros | |
#define | CHUNK 64 |
Functions | |
static void | encode (size_t size, lzma_action action) |
int | main (int argc, char **argv) |
Variables | |
static lzma_stream | strm = LZMA_STREAM_INIT |
static FILE * | file_in |
Encode files using LZMA_FULL_FLUSH.
Definition in file full_flush.c.
#define CHUNK 64 |
Definition at line 17 of file full_flush.c.
|
static |
Definition at line 25 of file full_flush.c.
References test-lz4-speed::action, lzma_stream::avail_in, lzma_stream::avail_out, CHUNK, test-lz4-list::exit, file_in, in, LZMA_OK, LZMA_RUN, LZMA_STREAM_END, my_min, lzma_stream::next_in, lzma_stream::next_out, out, and strm.
Referenced by const_generator::gen(), LZ4HC_compress_optimal(), main(), sdb_querys(), walk_namespace(), and zip_encryption_method_supported().
Definition at line 64 of file full_flush.c.
References argv, encode(), test-lz4-list::exit, file_in, filters, lzma_filter::id, LZMA_CHECK_CRC32, LZMA_FILTER_LZMA2, LZMA_FILTERS_MAX, LZMA_FINISH, LZMA_FULL_FLUSH, LZMA_OK, LZMA_VLI_UNKNOWN, opt_lzma, lzma_filter::options, and strm.
|
static |
Definition at line 21 of file full_flush.c.
|
static |
Definition at line 20 of file full_flush.c.
Referenced by coder_loop(), compress(), decoder_loop(), decoder_loop_ret(), decompress(), def(), deflate(), deflate_index_build(), deflate_index_extract(), deflateBound(), deflateEnd(), deflateGetDictionary(), deflateInit2_(), deflateInit_(), deflateParams(), deflatePending(), deflatePrime(), deflateReset(), deflateResetKeep(), deflateSetDictionary(), deflateSetHeader(), deflateStateCheck(), deflateTune(), encode(), flush_pending(), gunpipe(), gunzip(), gz_avail(), gz_comp(), gz_decomp(), gz_fetch(), gz_init(), gz_look(), gz_zero(), gzcopy(), gzip_normalize(), gzprintf(), gzputc(), gzscan(), gzsetparams(), gztack(), inf(), inflate(), inflate_fast(), inflateBack(), inflateBack9(), inflateBack9End(), inflateBack9Init_(), inflateBackEnd(), inflateBackInit_(), inflateCodesUsed(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflateInit2_(), inflateInit_(), inflateMark(), inflatePrime(), inflateReset(), inflateReset2(), inflateResetKeep(), inflateSetDictionary(), inflateStateCheck(), inflateSync(), inflateSyncPoint(), inflateUndermine(), inflateValidate(), init_decoder(), init_encoder(), log_compress(), lunpipe(), LZMA_API(), lzma_strm_init(), main(), message_progress_start(), parse_indexes(), read_buf(), test_code(), test_corrupt(), uncompress(), updatewindow(), xz_compress(), xz_decompress(), and zpull().