Searched refs:LzmaDec_Construct (Results 1 – 6 of 6) sorted by relevance
27 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
71 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
133 LzmaDec_Construct(&state); in SzDecodeLzma()
981 LzmaDec_Construct(&p); in LzmaDecode()
127 LzmaDec_Construct(&state); in Decode()
34 LzmaDec_Construct(&_state); in CDecoder()