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

  /external/lzma/C/
Lzma2Dec.h 30 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
Lzma2Dec.c 84 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
XzDec.c 297 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 52 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));

Completed in 91 milliseconds