HomeSort by relevance Sort by last modified time
    Searched refs:LzmaDec_Allocate (Results 1 - 5 of 5) sorted by null

  /external/lzma/C/
LzmaDec.h 121 1) LzmaDec_Allocate / LzmaDec_Free
126 LzmaDec_Allocate* can return:
135 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
146 LzmaDec_Allocate()
Lzma2Dec.c 88 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
LzmaDec.c 980 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc));
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 66 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));

Completed in 88 milliseconds