Searched refs:LzmaDec_InitDicAndState (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/C/ |
D | Lzma2Dec.c | 173 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState); 237 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic() 260 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
|
D | LzmaDec.c | 906 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState); 907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() function 925 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()
|