Searched refs:XZ_DYNALLOC (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
H A Dxz.h40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
55 XZ_DYNALLOC enumerator in enum:xz_mode
63 * (XZ_PREALLOC or XZ_DYNALLOC).
75 * with XZ_DYNALLOC. The amount of memory that was
82 * XZ_DYNALLOC); the single-call mode (XZ_SINGLE)
183 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
/linux-4.1.27/lib/xz/
H A Dxz_private.h79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC)
H A Dxz_dec_lzma2.c85 * This is used only with XZ_DYNALLOC. (With XZ_PREALLOC,
/linux-4.1.27/lib/
H A Ddecompress_unxz.c150 * when XZ_DYNALLOC is used, but the pre-boot free() doesn't support it.
272 s = xz_dec_init(XZ_DYNALLOC, (uint32_t)-1); unxz()

Completed in 92 milliseconds