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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/unxz/
H A Dxz.h82 * dict_max argument given to xz_dec_init().
85 * xz_dec_init(). This return value is possible
157 * xz_dec_init() - Allocate and initialize a XZ decoder state
195 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
197 * xz_dec_init() returns NULL.
199 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init(
204 * @s: Decoder state allocated using xz_dec_init()
224 * @s: Decoder state allocated using xz_dec_init()
227 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
237 * @s: Decoder state allocated using xz_dec_init()
[all...]
H A Dxz_dec_stream.c770 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init( function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/unxz/
H A Dxz.h82 * dict_max argument given to xz_dec_init().
85 * xz_dec_init(). This return value is possible
157 * xz_dec_init() - Allocate and initialize a XZ decoder state
195 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
197 * xz_dec_init() returns NULL.
199 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init(
204 * @s: Decoder state allocated using xz_dec_init()
224 * @s: Decoder state allocated using xz_dec_init()
227 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
237 * @s: Decoder state allocated using xz_dec_init()
[all...]
H A Dxz_dec_stream.c770 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init( function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/unxz/
H A Dxz.h82 * dict_max argument given to xz_dec_init().
85 * xz_dec_init(). This return value is possible
157 * xz_dec_init() - Allocate and initialize a XZ decoder state
195 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
197 * xz_dec_init() returns NULL.
199 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init(
204 * @s: Decoder state allocated using xz_dec_init()
224 * @s: Decoder state allocated using xz_dec_init()
227 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
237 * @s: Decoder state allocated using xz_dec_init()
[all...]
H A Dxz_dec_stream.c770 XZ_EXTERN struct xz_dec * XZ_FUNC xz_dec_init( function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c68 state = xz_dec_init(XZ_DYNALLOC, 64*1024*1024);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c68 state = xz_dec_init(XZ_DYNALLOC, 64*1024*1024);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c68 state = xz_dec_init(XZ_DYNALLOC, 64*1024*1024);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/squashfs/
H A Dxz_wrapper.c85 stream->state = xz_dec_init(XZ_PREALLOC, dict_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/squashfs/
H A Dxz_wrapper.c85 stream->state = xz_dec_init(XZ_PREALLOC, dict_size);

Completed in 256 milliseconds