Searched refs:XZ_ID_LZMA2 (Results 1 – 4 of 4) sorted by relevance
19 #define XZ_ID_LZMA2 0x21 macro
514 case XZ_ID_LZMA2: return Lzma2State_SetFromMethod(sc, outBuf, outBufSize, p->alloc); in MixCoder_SetFromMethod()530 case XZ_ID_LZMA2: return Lzma2State_ResetOutBuf(sc, outBuf, outBufSize); in MixCoder_ResetFromMethod()784 if (f->id != XZ_ID_LZMA2 || f->propsSize != 1 || f->props[0] > 40) in XzBlock_AreSupportedFilters()
761 f->id = XZ_ID_LZMA2; in Xz_CompressBlock()
246 { XZ_ID_LZMA2, "LZMA2" }270 if (f.id == XZ_ID_LZMA2 && f.propsSize == 1) in AddMethodString()