Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h28 } CLzmaProps; typedef
36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
48 CLzmaProps prop;
H A DLzmaDec.c921 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode()
947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
963 CLzmaProps propNew; in LzmaDec_AllocateProbs()
972 CLzmaProps propNew; in LzmaDec_Allocate()