OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LzmaDec_InitDicAndState
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Lzma2Dec.c
170
void
LzmaDec_InitDicAndState
(CLzmaDec *p, Bool initDic, Bool initState);
227
LzmaDec_InitDicAndState
(&p->decoder, initDic, False);
256
LzmaDec_InitDicAndState
(&p->decoder, initDic, initState);
LzmaDec.c
718
void
LzmaDec_InitDicAndState
(CLzmaDec *p, Bool initDic, Bool initState)
737
LzmaDec_InitDicAndState
(p, True, True);
Completed in 60 milliseconds