HomeSort by relevance Sort by last modified time
    Searched refs:CXzs (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
Xz.h 127 } CXzs;
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);
XzIn.c 229 void Xzs_Construct(CXzs *p)
235 void Xzs_Free(CXzs *p, ISzAlloc *alloc)
245 UInt64 Xzs_GetNumBlocks(const CXzs *p)
254 UInt64 Xzs_GetUnpackSize(const CXzs *p)
264 UInt64 Xzs_GetPackSize(const CXzs *p)
274 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc)
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 235 static AString GetCheckString(const CXzs &xzs)
316 CXzs p;

Completed in 76 milliseconds