Home
last modified time | relevance | path

Searched refs:lzma_stream_encoder_mt (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/xz/src/liblzma/
H A Dliblzma_linux.map108 lzma_stream_encoder_mt;
114 lzma_stream_encoder_mt;
123 lzma_stream_encoder_mt;
H A Dliblzma_generic.map108 lzma_stream_encoder_mt;
/freebsd/lib/liblzma/
H A DSymbol.map101 lzma_stream_encoder_mt;
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dcontainer.h432 extern LZMA_API(lzma_ret) lzma_stream_encoder_mt(
/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c1194 #define lzma_stream_encoder_mt lzma_stream_encoder_mt_52 macro
1197 lzma_stream_encoder_mt(lzma_stream *strm, const lzma_mt *options) in lzma_stream_encoder_mt() function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c239 ret = lzma_stream_encoder_mt(&(data->stream), in archive_compressor_xz_init_stream()
H A Darchive_write_set_format_zip.c266 #define lzma_stream_encoder_mt(str, opt) dummy_mt(str, opt) macro
1457 retval = lzma_stream_encoder_mt(&zip->stream.lzma.context, in archive_write_zip_header()
H A Darchive_write_set_format_xar.c2994 r = lzma_stream_encoder_mt(strm, &mt_options); in compression_init_encoder_xz()
/freebsd/contrib/xz/src/xz/
H A Dcoder.c836 ret = lzma_stream_encoder_mt( in coder_init()
/freebsd/contrib/xz/
H A DChangeLog14438 lzma_stream_encoder_mt() in the lzma_mt options parameter when