OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXzStream
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
XzIn.c
46
UInt64 Xz_GetUnpackSize(const
CXzStream
*p)
55
UInt64 Xz_GetPackSize(const
CXzStream
*p)
71
static SRes Xz_ReadIndex2(
CXzStream
*p, const Byte *buf, size_t size, ISzAlloc *alloc)
116
static SRes Xz_ReadIndex(
CXzStream
*p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc)
141
static SRes Xz_ReadBackward(
CXzStream
*p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc)
281
CXzStream
st;
290
Byte *data = (Byte *)alloc->Alloc(alloc, newNum * sizeof(
CXzStream
));
294
memcpy(data, p->streams, p->num * sizeof(
CXzStream
));
296
p->streams = (
CXzStream
*)data;
Xz.c
25
void Xz_Construct(
CXzStream
*p)
32
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
79
SRes Xz_WriteFooter(
CXzStream
*p, ISeqOutStream *s)
124
SRes Xz_AddIndexRecord(
CXzStream
*p, UInt64 unpackSize, UInt64 totalSize, ISzAlloc *alloc)
389
static SRes Xz_Compress(
CXzStream
*xz,
474
CXzStream
xz;
490
CXzStream
xz;
Completed in 757 milliseconds