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

  /external/lzma/C/
LzmaDec.h 122 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs
132 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
Lzma2Dec.c 81 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
LzmaDec.c 971 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
1014 RINOK(LzmaDec_AllocateProbs(&p, propData, propSize, alloc));
7zDec.c 136 RINOK(LzmaDec_AllocateProbs(&state, props, propsSize, allocMain));

Completed in 342 milliseconds