Home | History | Annotate | Download | only in pending

Lines Matching defs:xz_dec_init

40  *                          dict_max argument given to xz_dec_init().
43 * xz_dec_init().
106 * xz_dec_init() - Allocate and initialize a XZ decoder state
123 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
125 * xz_dec_init() returns NULL.
127 struct xz_dec *xz_dec_init(uint32_t dict_max);
131 * @s: Decoder state allocated using xz_dec_init()
151 * @s: Decoder state allocated using xz_dec_init()
154 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
164 * @s: Decoder state allocated using xz_dec_init(). If s is NULL,
222 s = xz_dec_init(1 << 26);
3092 struct xz_dec *xz_dec_init(uint32_t dict_max)