Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Dec.c170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
240 LzmaDec_InitDicAndState(&p->decoder, initDic, False); 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() function
788 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()