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

/freebsd-11-stable/sys/contrib/xz-embedded/linux/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.c796 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) function
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c28 s = xz_dec_init(XZ_SINGLE, 0);
H A Dbytetest.c40 s = xz_dec_init(XZ_DYNALLOC, 1 << 26);
H A Dxzminidec.c48 s = xz_dec_init(XZ_DYNALLOC, 1 << 26);
/freebsd-11-stable/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h86 * dict_max argument given to xz_dec_init().
89 * xz_dec_init(). This return value is possible
161 * xz_dec_init() - Allocate and initialize a XZ decoder state
199 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
201 * xz_dec_init() returns NULL.
203 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max);
207 * @s: Decoder state allocated using xz_dec_init()
227 * @s: Decoder state allocated using xz_dec_init()
230 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
240 * @s: Decoder state allocated using xz_dec_init()
[all...]
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c270 s = xz_dec_init(XZ_SINGLE, 0);
272 s = xz_dec_init(XZ_DYNALLOC, (uint32_t)-1);
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_lzma.c106 lzp->s = xz_dec_init(XZ_SINGLE, 0);
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c464 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32) -1);

Completed in 169 milliseconds