Home
last modified time | relevance | path

Searched refs:LzmaDec_Allocate (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.h138 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
DLzmaDec.c948 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
/external/lzma/C/
DLzmaDec.h137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
DLzma2Dec.c86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
DLzmaDec.c947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.h137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
DLzma2Dec.c86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
DLzmaDec.c947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
/external/lzma/C/Util/Lzma/
DLzmaUtil.c128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
/external/lzma/
Dlzma.txt423 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc);
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1771 +SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
2014 + 1) LzmaDec_Allocate / LzmaDec_Free
2019 +LzmaDec_Allocate* can return:
2028 +SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
2039 + LzmaDec_Allocate()