Home
last modified time | relevance | path

Searched refs:XZ_ID_Delta (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DXzDec.c79 if (p->methodId == XZ_ID_Delta) in BraState_SetProps()
120 if (p->methodId == XZ_ID_Delta) in BraState_Init()
168 case XZ_ID_Delta: in BraState_Code()
203 if (id != XZ_ID_Delta && in BraState_SetFromMethod()
DXz.h12 #define XZ_ID_Delta 3 macro
DXzEnc.c423 if (fp->id == XZ_ID_Delta) in Xz_Compress()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp250 { XZ_ID_Delta, "Delta" },
283 else if (f.id == XZ_ID_Delta && f.propsSize == 1) in GetMethodString()
907 if (_filterId == XZ_ID_Delta) in UpdateItems()