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

/external/lzma/xz-embedded/
H A Dxz.h81 * dict_max argument given to xz_dec_init().
84 * xz_dec_init(). This return value is possible
156 * xz_dec_init() - Allocate and initialize a XZ decoder state
194 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
196 * xz_dec_init() returns NULL.
198 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max);
202 * @s: Decoder state allocated using xz_dec_init()
222 * @s: Decoder state allocated using xz_dec_init()
225 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
235 * @s: Decoder state allocated using xz_dec_init()
[all...]
H A Dxz_dec_stream.c796 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) function

Completed in 533 milliseconds