Lines Matching full:multi
25 * multi-call modes, because the LZMA2
30 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
34 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
56 * return code is possible only in multi-call mode
60 * is still possible in multi-call mode by simply
75 * only in multi-call mode (XZ_PREALLOC or
86 * different between multi-call and single-call
89 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls
149 * multi-call decoding. This is ignored in single-call mode
169 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
177 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
206 * the multi-call decoder if you don't want to uncompress the whole stream.
214 * This function can be used to reset the multi-call decoder state without
219 * multi-call mode.
313 * is also possible and thus XZ_SINGLE is actually a limited multi-call mode.