Lines Matching full:multi
31 * multi-call modes, because the LZMA2
36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
62 * return code is possible only in multi-call mode
66 * is still possible in multi-call mode by simply
81 * only in multi-call mode (XZ_PREALLOC or
92 * different between multi-call and single-call
95 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls
155 * multi-call decoding. This is ignored in single-call mode
175 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
183 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
212 * the multi-call decoder if you don't want to uncompress the whole stream.
220 * This function can be used to reset the multi-call decoder state without
225 * multi-call mode.