Lines Matching refs:xz_dec
389 struct xz_dec *xz_dec;
393 xz_dec = xz_dec_init(XZ_SINGLE, (u32)-1);
394 if (!xz_dec)
404 xz_ret = xz_dec_run(xz_dec, &xz_buf);
405 xz_dec_end(xz_dec);
415 struct xz_dec *xz_dec;
421 xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);
422 if (!xz_dec)
442 xz_ret = xz_dec_run(xz_dec, &xz_buf);
455 xz_dec_end(xz_dec);