Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.h36 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
H A DLzmaEnc.c75 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() argument
77 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize()
411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() argument
414 CLzmaEncProps props = *props2; in LzmaEnc_SetProps()