OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLzma2Dec
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
Lzma2Dec.h
25
}
CLzma2Dec
;
31
SRes Lzma2Dec_AllocateProbs(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc);
32
SRes Lzma2Dec_Allocate(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc);
33
void Lzma2Dec_Init(
CLzma2Dec
*p);
51
SRes Lzma2Dec_DecodeToDic(
CLzma2Dec
*p, SizeT dicLimit,
54
SRes Lzma2Dec_DecodeToBuf(
CLzma2Dec
*p, Byte *dest, SizeT *destLen,
Lzma2Dec.c
75
SRes Lzma2Dec_AllocateProbs(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc)
82
SRes Lzma2Dec_Allocate(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc)
89
void Lzma2Dec_Init(
CLzma2Dec
*p)
98
static ELzma2State Lzma2Dec_UpdateState(
CLzma2Dec
*p, Byte b)
170
SRes Lzma2Dec_DecodeToDic(
CLzma2Dec
*p, SizeT dicLimit,
291
SRes Lzma2Dec_DecodeToBuf(
CLzma2Dec
*p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
333
CLzma2Dec
decoder;
7zDec.c
178
CLzma2Dec
state;
/external/lzma/C/
Lzma2Dec.h
25
}
CLzma2Dec
;
31
SRes Lzma2Dec_AllocateProbs(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc);
32
SRes Lzma2Dec_Allocate(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc);
33
void Lzma2Dec_Init(
CLzma2Dec
*p);
51
SRes Lzma2Dec_DecodeToDic(
CLzma2Dec
*p, SizeT dicLimit,
54
SRes Lzma2Dec_DecodeToBuf(
CLzma2Dec
*p, Byte *dest, SizeT *destLen,
Lzma2Dec.c
75
SRes Lzma2Dec_AllocateProbs(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc)
82
SRes Lzma2Dec_Allocate(
CLzma2Dec
*p, Byte prop, ISzAlloc *alloc)
89
void Lzma2Dec_Init(
CLzma2Dec
*p)
98
static ELzma2State Lzma2Dec_UpdateState(
CLzma2Dec
*p, Byte b)
170
SRes Lzma2Dec_DecodeToDic(
CLzma2Dec
*p, SizeT dicLimit,
291
SRes Lzma2Dec_DecodeToBuf(
CLzma2Dec
*p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
333
CLzma2Dec
decoder;
XzDec.c
277
Lzma2Dec_Free((
CLzma2Dec
*)pp, alloc);
285
return Lzma2Dec_Allocate((
CLzma2Dec
*)pp, props[0], alloc);
290
Lzma2Dec_Init((
CLzma2Dec
*)pp);
298
SRes res = Lzma2Dec_DecodeToBuf((
CLzma2Dec
*)pp, dest, destLen, src, srcLen, finishMode, &status);
306
CLzma2Dec
*decoder = alloc->Alloc(alloc, sizeof(
CLzma2Dec
));
7zDec.c
178
CLzma2Dec
state;
/external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h
30
CLzma2Dec
_state;
Completed in 212 milliseconds