Home
last modified time | relevance | path

Searched refs:Lzma2Dec_Construct (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzma2Dec.h25 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder) macro
DLzma2Dec.c340 Lzma2Dec_Construct(&p); in Lzma2Decode()
D7zDec.c183 Lzma2Dec_Construct(&state); in SzDecodeLzma2()
DXzDec.c326 Lzma2Dec_Construct(decoder); in Lzma2State_SetFromMethod()
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp31 Lzma2Dec_Construct(&_state); in CDecoder()