Searched refs:LzmaProps_Decode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h30 /* LzmaProps_Decode - decodes properties
36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
H A DLzmaDec.c921 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
964 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
974 RINOK(LzmaProps_Decode(&propNew, props, propsSize));

Completed in 60 milliseconds