Home
last modified time | relevance | path

Searched refs:CLzmaProps (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzmaDec.h30 } CLzmaProps; typedef
38 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
50 CLzmaProps prop;
DLzmaDec.c996 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode()
1022 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
1038 CLzmaProps propNew; in LzmaDec_AllocateProbs()
1047 CLzmaProps propNew; in LzmaDec_Allocate()