Lines Matching refs:xz_dec
384 struct xz_dec *xz_dec;
388 xz_dec = xz_dec_init(XZ_SINGLE, (u32)-1);
389 if (!xz_dec)
399 xz_ret = xz_dec_run(xz_dec, &xz_buf);
400 xz_dec_end(xz_dec);
410 struct xz_dec *xz_dec;
416 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);
417 if (!xz_dec)
437 xz_ret = xz_dec_run(xz_dec, &xz_buf);
450 xz_dec_end(xz_dec);