Searched refs:LzmaDec_Construct (Results 1 – 13 of 13) 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()
72 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
982 LzmaDec_Construct(&p); in LzmaDecode()
127 LzmaDec_Construct(&state); in Decode()
34 LzmaDec_Construct(&_state); in CDecoder()
1805 + LzmaDec_Construct(&p);1962 +#define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }