Searched refs:ISzAlloc (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/lzma/ |
A D | LzmaDec.h | 130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc); 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc); 221 ELzmaStatus *status, ISzAlloc *alloc);
|
A D | LzmaTools.c | 45 ISzAlloc g_Alloc; in lzmaBuffToBuffDecompress()
|
A D | LzmaDec.c | 906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() 912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict() 918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free() 950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() 964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() 973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() 997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
|
A D | Types.h | 213 } ISzAlloc; typedef
|
A D | lzma.txt | 345 ISzAlloc alloc = { SzAlloc, SzFree }; 363 ELzmaStatus *status, ISzAlloc *alloc); 475 ISzAlloc 479 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; 542 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
|
Completed in 8 milliseconds