Lines Matching refs:xzProps
25 XzProps_Init(&xzProps);
30 XzProps_Init(&xzProps);
85 xzProps.checkId = id;
96 xzProps.numTotalThreads = (int)(prop.ulVal);
110 xzProps.blockSize = prop.ulVal;
112 xzProps.blockSize = prop.uhVal.QuadPart;
121 xzProps.reduceSize = prop.uhVal.QuadPart;
134 xzProps.filterProps.id = prop.ulVal;
173 xzProps.filterProps.delta = delta;
176 xzProps.filterProps.id = id32;
182 return NLzma2::SetLzma2Prop(propID, prop, xzProps.lzma2Props);
189 XzProps_Init(&xzProps);
197 // return SResToHRESULT(XzEnc_SetProps(_encoder, &xzProps));
230 SRes res = XzEnc_SetProps(_encoder, &xzProps);
234 // SRes res = Xz_Encode(&outWrap.vt, &inWrap.vt, &xzProps, progress ? &progressWrap.vt : NULL);