Home
last modified time | relevance | path

Searched refs:CXzFilterProps (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DXzEnc.h24 } CXzFilterProps; typedef
26 void XzFilterProps_Init(CXzFilterProps *p);
32 CXzFilterProps filterProps;
DXzEnc.c465 void XzFilterProps_Init(CXzFilterProps *p) in XzFilterProps_Init()
728 const CXzFilterProps *fp = &props->filterProps; in Xz_CompressBlock()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1121 CXzFilterProps &filter = xzProps.filterProps; in UpdateItems()