Home | History | Annotate | Download | only in xz-embedded

Lines Matching full:xz_dec_init

81  *                          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(). If s is NULL,