Searched refs:CXzStream (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | XzIn.c | 55 UInt64 Xz_GetUnpackSize(const CXzStream *p) in Xz_GetUnpackSize() 64 UInt64 Xz_GetPackSize(const CXzStream *p) in Xz_GetPackSize() 80 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2() 124 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAllocPtr alloc) in Xz_ReadIndex() 151 static SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAllocPtr al… in Xz_ReadBackward() 293 CXzStream st; in Xzs_ReadBackward() 302 Byte *data = (Byte *)ISzAlloc_Alloc(alloc, newNum * sizeof(CXzStream)); in Xzs_ReadBackward() 307 memcpy(data, p->streams, p->num * sizeof(CXzStream)); in Xzs_ReadBackward() 309 p->streams = (CXzStream *)data; in Xzs_ReadBackward()
|
D | Xz.h | 118 } CXzStream; typedef 120 void Xz_Construct(CXzStream *p); 121 void Xz_Free(CXzStream *p, ISzAllocPtr alloc); 125 UInt64 Xz_GetUnpackSize(const CXzStream *p); 126 UInt64 Xz_GetPackSize(const CXzStream *p); 132 CXzStream *streams;
|
D | Xz.c | 27 void Xz_Construct(CXzStream *p) in Xz_Construct() 34 void Xz_Free(CXzStream *p, ISzAllocPtr alloc) in Xz_Free()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 569 const CXzStream &str = xzs.p.streams[si]; in Open2()
|