LzmaDec_InitDicAndState  168 third_party/lzma_sdk/Lzma2Dec.c void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
LzmaDec_InitDicAndState  225 third_party/lzma_sdk/Lzma2Dec.c           LzmaDec_InitDicAndState(&p->decoder, initDic, False);
LzmaDec_InitDicAndState  254 third_party/lzma_sdk/Lzma2Dec.c           LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
LzmaDec_InitDicAndState  704 third_party/lzma_sdk/LzmaDec.c   LzmaDec_InitDicAndState(p, True, True);