Searched refs:needInitDic (Results 1 – 2 of 2) sorted by relevance
94 p->needInitDic = True; in Lzma2Dec_Init()224 else if (p->needInitDic) in Lzma2Dec_DecodeToDic()226 p->needInitDic = False; in Lzma2Dec_DecodeToDic()253 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic()257 p->needInitDic = False; in Lzma2Dec_DecodeToDic()
20 Bool needInitDic; member