Searched refs:Lzma2Dec_Allocate (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
H A D | Lzma2Dec.h | 32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
|
H A D | Lzma2Dec.c | 82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) function
|
/external/lzma/C/ |
H A D | Lzma2Dec.h | 32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
|
H A D | Lzma2Dec.c | 82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
function
|
H A D | XzDec.c | 285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
|
/external/lzma/CPP/7zip/Compress/ |
H A D | Lzma2Decoder.cpp | 47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));
|
Completed in 164 milliseconds