Home
last modified time | relevance | path

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

/third_party/lzma/C/
DXz.h431 } CXzDecMtProps; typedef
433 void XzDecMtProps_Init(CXzDecMtProps *p);
503 const CXzDecMtProps *props,
DXzDec.c1397 void XzDecMtProps_Init(CXzDecMtProps *p) in XzDecMtProps_Init()
1456 CXzDecMtProps props;
2581 const CXzDecMtProps *props, in XzDecMt_Decode()
/third_party/lzma/CPP/7zip/Compress/
DXzDecoder.cpp48 CXzDecMtProps props; in Decode()