Searched refs:CXzStream (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/C/ |
D | XzIn.c | 56 UInt64 Xz_GetUnpackSize(const CXzStream *p) in Xz_GetUnpackSize() 65 UInt64 Xz_GetPackSize(const CXzStream *p) in Xz_GetPackSize() 81 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2() 125 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAllocPtr alloc) in Xz_ReadIndex() 152 static SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAllocPtr al… in Xz_ReadBackward() 299 CXzStream st; in Xzs_ReadBackward() 308 void *data = ISzAlloc_Alloc(alloc, newNum * sizeof(CXzStream)); in Xzs_ReadBackward() 313 memcpy(data, p->streams, p->num * sizeof(CXzStream)); in Xzs_ReadBackward() 315 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()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 615 const CXzStream &str = xzs.p.streams[si]; in Open2()
|