Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c868 uint64_t *outbuf_size_max) in get_options() argument
907 *outbuf_size_max = lzma_block_buffer_bound64(*block_size); in get_options()
908 if (*outbuf_size_max == 0) in get_options()
949 uint64_t outbuf_size_max; in stream_encoder_mt_init() local
951 &block_size, &outbuf_size_max)); in stream_encoder_mt_init()
1044 outbuf_size_max, options->threads)); in stream_encoder_mt_init()
1102 uint64_t outbuf_size_max; in lzma_stream_encoder_mt_memusage() local
1105 &outbuf_size_max) != LZMA_OK) in lzma_stream_encoder_mt_memusage()
1120 outbuf_size_max, options->threads); in lzma_stream_encoder_mt_memusage()