Searched refs:xz_dec_init (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/lib/xz/
H A Dxz_dec_syms.c13 EXPORT_SYMBOL(xz_dec_init); variable
H A Dxz_dec_test.c185 state = xz_dec_init(XZ_PREALLOC, DICT_MAX); xz_dec_test_init()
H A Dxz_dec_stream.c770 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) xz_dec_init() function
/linux-4.1.27/include/linux/
H A Dxz.h77 * dict_max argument given to xz_dec_init().
80 * xz_dec_init(). This return value is possible
152 * xz_dec_init() - Allocate and initialize a XZ decoder state
190 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
192 * xz_dec_init() returns NULL.
194 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max);
198 * @s: Decoder state allocated using xz_dec_init()
218 * @s: Decoder state allocated using xz_dec_init()
221 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
231 * @s: Decoder state allocated using xz_dec_init(). If s is NULL,
/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/
H A Ddecompress_unxz.c270 s = xz_dec_init(XZ_SINGLE, 0); unxz()
272 s = xz_dec_init(XZ_DYNALLOC, (uint32_t)-1); unxz()

Completed in 141 milliseconds