Searched refs:XZ_PREALLOC (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dxz.h36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
54 XZ_PREALLOC, enumerator in enum:xz_mode
63 * (XZ_PREALLOC or XZ_DYNALLOC).
81 * only in multi-call mode (XZ_PREALLOC or
175 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
/linux-4.1.27/fs/squashfs/
H A Dxz_wrapper.c106 stream->state = xz_dec_init(XZ_PREALLOC, comp_opts->dict_size); squashfs_xz_init()
/linux-4.1.27/lib/xz/
H A Dxz_dec_test.c185 state = xz_dec_init(XZ_PREALLOC, DICT_MAX); xz_dec_test_init()
H A Dxz_private.h73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC)
H A Dxz_dec_lzma2.c85 * This is used only with XZ_DYNALLOC. (With XZ_PREALLOC,

Completed in 138 milliseconds