Lines Matching refs:xz_dec
388 struct xz_dec *xz_dec;
392 xz_dec = xz_dec_init(XZ_SINGLE, (u32)-1);
393 if (!xz_dec)
403 xz_ret = xz_dec_run(xz_dec, &xz_buf);
404 xz_dec_end(xz_dec);
414 struct xz_dec *xz_dec;
420 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);
421 if (!xz_dec)
441 xz_ret = xz_dec_run(xz_dec, &xz_buf);
454 xz_dec_end(xz_dec);