Home
last modified time | relevance | path

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

/external/lzma/C/
DXzEnc.h40 } CXzProps; typedef
42 void XzProps_Init(CXzProps *p);
49 SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props);
54 const CXzProps *props, ICompressProgress *progress);
DXzEnc.c473 void XzProps_Init(CXzProps *p) in XzProps_Init()
489 static void XzEncProps_Normalize_Fixed(CXzProps *p) in XzEncProps_Normalize_Fixed()
569 static void XzProps_Normalize(CXzProps *p) in XzProps_Normalize()
716 const CXzProps *props, in Xz_CompressBlock()
930 CXzProps xzProps;
1027 SRes XzEnc_SetProps(CXzEncHandle pp, const CXzProps *props) in XzEnc_SetProps()
1132 const CXzProps *props = &p->xzProps; in XzEnc_Encode()
1305 const CXzProps *props, ICompressProgress *progress) in Xz_Encode()
/external/lzma/CPP/7zip/Compress/
DXzEncoder.h24 CXzProps xzProps;
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1095 CXzProps &xzProps = encoderSpec->xzProps; in UpdateItems()