Home
last modified time | relevance | path

Searched refs:initDic (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzma2Dec.c170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
231 Bool initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local
232 if (initDic) in Lzma2Dec_DecodeToDic()
240 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic()
267 Bool initDic = (mode == 3); in Lzma2Dec_DecodeToDic() local
269 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic()
275 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c769 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
775 if (initDic) in LzmaDec_InitDicAndState()