Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h133 } CXzs; typedef
135 void Xzs_Construct(CXzs *p);
136 void Xzs_Free(CXzs *p, ISzAllocPtr alloc);
137 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *inStream, Int64 *startOffset, ICompressProgress *prog…
139 UInt64 Xzs_GetNumBlocks(const CXzs *p);
140 UInt64 Xzs_GetUnpackSize(const CXzs *p);
DXzIn.c241 void Xzs_Construct(CXzs *p) in Xzs_Construct()
247 void Xzs_Free(CXzs *p, ISzAllocPtr alloc) in Xzs_Free()
257 UInt64 Xzs_GetNumBlocks(const CXzs *p) in Xzs_GetNumBlocks()
266 UInt64 Xzs_GetUnpackSize(const CXzs *p) in Xzs_GetUnpackSize()
286 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progre… in Xzs_ReadBackward()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp304 static void AddCheckString(AString &s, const CXzs &xzs) in AddCheckString()
426 CXzs p;