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

  /external/lzma/C/
Lzma2Dec.h 26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
LzmaDec.h 122 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs
133 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
LzmaDec.c 913 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
927 LzmaDec_FreeProbs(p, alloc);
962 LzmaDec_FreeProbs(p, alloc);
993 LzmaDec_FreeProbs(p, alloc);
1023 LzmaDec_FreeProbs(&p, alloc);
7zDec.c 173 LzmaDec_FreeProbs(&state, allocMain);

Completed in 243 milliseconds