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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c924 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c906 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
949 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
959 RINOK(LzmaProps_Decode(&propNew, props, propsSize));

Completed in 37 milliseconds