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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/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,

Completed in 41 milliseconds