Searched refs:CLzmaEncProps (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h27 } CLzmaEncProps; typedef in typeref:struct:_CLzmaEncProps
29 void LzmaEncProps_Init(CLzmaEncProps *p);
30 void LzmaEncProps_Normalize(CLzmaEncProps *p);
31 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
50 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
69 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
H A DLzmaEnc.c45 void LzmaEncProps_Init(CLzmaEncProps *p)
61 void LzmaEncProps_Normalize(CLzmaEncProps *p)
78 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
80 CLzmaEncProps props = *props2;
414 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
417 CLzmaEncProps props = *props2;
1709 CLzmaEncProps props;
2264 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsqlzma.c59 CLzmaEncProps props;

Completed in 92 milliseconds