Home
last modified time | relevance | path

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

/external/lzma/C/
DXzEnc.h19 } CXzFilterProps; typedef
21 void XzFilterProps_Init(CXzFilterProps *p);
26 const CXzFilterProps *filterProps;
DXzEnc.c390 void XzFilterProps_Init(CXzFilterProps *p) in XzFilterProps_Init()
413 const CXzFilterProps *fp = props->filterProps; in Xz_Compress()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp893 CXzFilterProps filter; in UpdateItems()