Searched refs:LzmaDec_Construct (Results 1 – 8 of 8) sorted by relevance
25 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
76 #define LzmaDec_Construct(p) { (p)->dic = NULL; (p)->probs = NULL; } macro
140 LzmaDec_Construct(&state); in SzDecodeLzma()
1173 LzmaDec_Construct(&p); in LzmaDecode()
67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
1007 LzmaDec_Construct(&p); in LzmaDecode()
129 LzmaDec_Construct(&state); in Decode()
45 LzmaDec_Construct(&_state); in CDecoder()