Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzmaDec.h76 #define LzmaDec_CONSTRUCT(p) { (p)->dic = NULL; (p)->probs = NULL; } macro
77 #define LzmaDec_Construct(p) LzmaDec_CONSTRUCT(p)
DLzma2Dec.h25 #define Lzma2Dec_CONSTRUCT(p) LzmaDec_CONSTRUCT(&(p)->decoder)
D7zDec.c169 LzmaDec_CONSTRUCT(&state) in SzDecodeLzma()
DLzmaDec.c1351 LzmaDec_CONSTRUCT(&p) in LzmaDecode()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c182 LzmaDec_CONSTRUCT(&state) in Decode()
/third_party/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp45 LzmaDec_CONSTRUCT(&_state) in CDecoder()