Home
last modified time | relevance | path

Searched refs:LzmaDec_FreeProbs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
H A DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function
920 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()
955 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()
986 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()
1023 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()