Home
last modified time | relevance | path

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

/third_party/lzma/C/
DXz.h140 UInt64 Xzs_GetUnpackSize(const CXzs *p);
DXzIn.c272 UInt64 Xzs_GetUnpackSize(const CXzs *p) in Xzs_GetUnpackSize() function
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp590 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p); in Open2()