Home
last modified time | relevance | path

Searched refs:CXzProps (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DXzEnc.h40 } CXzProps; typedef
42 void XzProps_Init(CXzProps *p);
50 SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props);
55 const CXzProps *props, ICompressProgressPtr progress);
H A DXzEnc.c494 /* ---------- CXzProps ---------- */
505 void XzProps_Init(CXzProps *p) in XzProps_Init()
521 static void XzEncProps_Normalize_Fixed(CXzProps *p) in XzEncProps_Normalize_Fixed()
601 static void XzProps_Normalize(CXzProps *p) in XzProps_Normalize()
603 /* we normalize xzProps properties, but we normalize only some of CXzProps::lzma2Props properties. in XzProps_Normalize()
748 const CXzProps *props, in Xz_CompressBlock()
963 CXzProps xzProps;
1060 SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props) in XzEnc_SetProps()
1165 const CXzProps *props = &p->xzProps; in XzEnc_Encode()
1338 const CXzProps *prop in Xz_Encode()
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.h23 CXzProps xzProps;
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1149 CXzProps &xzProps = encoderSpec->xzProps; in UpdateItems()

Completed in 7 milliseconds