HomeSort by: relevance | last modified time | path
    Searched refs:lzma_mt (Results 1 - 11 of 11) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/ossfuzz/
fuzz_decode_stream_mt.c 24 lzma_mt mt = {
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
container.h 256 } lzma_mt; typedef in typeref:struct:__anon315
408 const lzma_mt *options) lzma_nothrow lzma_attr_pure;
433 lzma_stream *strm, const lzma_mt *options)
443 * special value of 0 in the lzma_mt options struct.
446 * helpful to set the block_size member of the lzma_mt struct before calling
775 lzma_stream *strm, const lzma_mt *options)
  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_encoder_mt.c 956 get_options(const lzma_mt *options, lzma_options_easy *opt_easy,
1029 const lzma_mt *options)
1179 lzma_stream *strm, const lzma_mt *options)
1185 lzma_stream *strm, const lzma_mt *options)
1191 lzma_stream *strm, const lzma_mt *options)
1197 lzma_stream_encoder_mt(lzma_stream *strm, const lzma_mt *options)
1214 const lzma_mt *options) lzma_nothrow lzma_attr_pure
1219 const lzma_mt *options) lzma_nothrow lzma_attr_pure
1224 const lzma_mt *options) lzma_nothrow lzma_attr_pure;
1232 lzma_stream_encoder_mt_memusage(const lzma_mt *options
    [all...]
stream_decoder_mt.c 1881 const lzma_mt *options)
1996 lzma_stream_decoder_mt(lzma_stream *strm, const lzma_mt *options)
  /src/external/public-domain/xz/dist/doc/examples/
04_compress_easy_mt.c 28 // a lzma_mt structure.
29 lzma_mt mt = {
41 // See the documentation of lzma_mt in lzma/container.h for
  /src/external/public-domain/xz/dist/tests/
test_memlimit.c 69 lzma_mt mt = {
test_check.c 287 const lzma_mt options = {
  /src/external/public-domain/xz/dist/src/xz/
coder.c 83 static lzma_mt mt_options = {
244 get_chains_memusage(uint64_t *chains_memusages, const lzma_mt *mt, bool encode)
251 lzma_mt mt_local;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_xz.c 228 lzma_mt mt_options;
archive_write_set_format_zip.c 267 #define lzma_mt dummy_options macro
280 dummy_mt(lzma_stream* stream, const lzma_mt* options)
1471 lzma_mt options = {
archive_write_set_format_xar.c 2961 lzma_mt mt_options;

Completed in 61 milliseconds