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

/linux-master/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);
H A Dxz_dec_stream.c786 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) function
/linux-master/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()
[all...]
/linux-master/lib/
H A Ddecompress_unxz.c269 s = xz_dec_init(XZ_SINGLE, 0);
271 s = xz_dec_init(XZ_DYNALLOC, (uint32_t)-1);
/linux-master/fs/squashfs/
H A Dxz_wrapper.c93 stream->state = xz_dec_init(XZ_PREALLOC, comp_opts->dict_size);
/linux-master/kernel/module/
H A Ddecompress.c165 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.c434 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32) -1);
/linux-master/drivers/base/firmware_loader/
H A Dmain.c393 xz_dec = xz_dec_init(XZ_SINGLE, (u32)-1);
421 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);

Completed in 177 milliseconds