Searched defs:CXzs (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DXz.h127 } CXzs; typedef in typeref:struct:__anon13484
129 void Xzs_Construct(CXzs *p);
130 void Xzs_Free(CXzs *p, ISzAlloc *alloc);
131 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *inStream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc);
133 UInt64 Xzs_GetNumBlocks(const CXzs *p);
134 UInt64 Xzs_GetUnpackSize(const CXzs *p);

Completed in 175 milliseconds