Lines Matching defs:xz
620 // xz-auto
625 // if (xz-auto && lzma2-solid) - we use solid for both
634 // if (xz-auto && (lzma2-auto || lzma2-fixed_)
635 // we calculate block size for lzma2 and use that block size for xz, lzma2 uses single-chunk per block
656 // xz-fixed
657 // we can use xz::reduceSize or xz::blockSize as base for lzmaProps::reduceSize
1341 CXzEncHandle xz = XzEnc_Create(&g_Alloc, &g_BigAlloc);
1342 if (!xz)
1344 res = XzEnc_SetProps(xz, props);
1346 res = XzEnc_Encode(xz, outStream, inStream, progress);
1347 XzEnc_Destroy(xz);