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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c770 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dxz_wrapper.c84 stream->state = xz_dec_init(XZ_PREALLOC, dict_size);

Completed in 37 milliseconds