OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetProps
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Xz.h
154
SRes (*
SetProps
)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
XzDec.c
216
p->
SetProps
= BraState_SetProps;
265
p->
SetProps
= SbState_SetProps;
311
p->
SetProps
= Lzma2State_SetProps;
584
RINOK(sc->
SetProps
(sc->p, f->props, f->propsSize, p->alloc));
Completed in 29 milliseconds