Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzmaDec.h43 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
DLzmaDec.c1258 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function
1302 RINOK(LzmaProps_Decode(&propNew, props, propsSize)) in LzmaDec_AllocateProbs()
1312 RINOK(LzmaProps_Decode(&propNew, props, propsSize)) in LzmaDec_Allocate()