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

  /external/lzma/C/
XzIn.c 48 UInt64 Xz_GetUnpackSize(const CXzStream *p)
57 UInt64 Xz_GetPackSize(const CXzStream *p)
73 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc)
118 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc)
145 static SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc)
287 CXzStream st;
296 Byte *data = (Byte *)alloc->Alloc(alloc, newNum * sizeof(CXzStream));
301 memcpy(data, p->streams, p->num * sizeof(CXzStream));
303 p->streams = (CXzStream *)data;
Xz.c 27 void Xz_Construct(CXzStream *p)
34 void Xz_Free(CXzStream *p, ISzAlloc *alloc)
Xz.h 112 } CXzStream;
114 void Xz_Construct(CXzStream *p);
115 void Xz_Free(CXzStream *p, ISzAlloc *alloc);
119 UInt64 Xz_GetUnpackSize(const CXzStream *p);
120 UInt64 Xz_GetPackSize(const CXzStream *p);
126 CXzStream *streams;
XzEnc.c 81 static SRes Xz_WriteFooter(CXzStream *p, ISeqOutStream *s)
130 static SRes Xz_AddIndexRecord(CXzStream *p, UInt64 unpackSize, UInt64 totalSize, ISzAlloc *alloc)
409 static SRes Xz_Compress(CXzStream *xz, CLzma2WithFilters *lzmaf,
515 CXzStream xz;
531 CXzStream xz;

Completed in 147 milliseconds