Home
last modified time | relevance | path

Searched refs:LzmaDec_Construct (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DLzma2Dec.h25 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
DLzmaDec.h69 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
D7zDec.c140 LzmaDec_Construct(&state); in SzDecodeLzma()
DLzmaDec.c1088 LzmaDec_Construct(&p); in LzmaDecode()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c123 LzmaDec_Construct(&state); in Decode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp35 LzmaDec_Construct(&_state); in CDecoder()