Searched refs:XZ_ID_LZMA2 (Results 1 – 4 of 4) sorted by relevance
19 #define XZ_ID_LZMA2 0x21 macro
420 f->id = XZ_ID_LZMA2; in Xz_Compress()
365 case XZ_ID_LZMA2: return Lzma2State_SetFromMethod(sc, p->alloc); in MixCoder_SetFromMethod()
173 { XZ_ID_LZMA2, "LZMA2" }193 if (f.id == XZ_ID_LZMA2 && f.propsSize == 1) in GetMethodString()