Home
last modified time | relevance | path

Searched refs:SetProps (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DXzDec.c216 p->SetProps = BraState_SetProps; in BraState_SetFromMethod()
265 p->SetProps = SbState_SetProps; in SbState_SetFromMethod()
311 p->SetProps = Lzma2State_SetProps; in Lzma2State_SetFromMethod()
584 RINOK(sc->SetProps(sc->p, f->props, f->propsSize, p->alloc)); in XzDec_Init()
DXz.h154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc); member