Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
H A DLzmaEnc.c2206 SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) in LzmaEnc_WriteProperties() function
2272 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()