CLzma2Dec         178 third_party/lzma_sdk/7zDec.c   CLzma2Dec state;
CLzma2Dec          75 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
CLzma2Dec          82 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
CLzma2Dec          89 third_party/lzma_sdk/Lzma2Dec.c void Lzma2Dec_Init(CLzma2Dec *p)
CLzma2Dec          98 third_party/lzma_sdk/Lzma2Dec.c static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b)
CLzma2Dec         170 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
CLzma2Dec         291 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
CLzma2Dec         333 third_party/lzma_sdk/Lzma2Dec.c   CLzma2Dec decoder;
CLzma2Dec          31 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
CLzma2Dec          32 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
CLzma2Dec          33 third_party/lzma_sdk/Lzma2Dec.h void Lzma2Dec_Init(CLzma2Dec *p);
CLzma2Dec          51 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
CLzma2Dec          54 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,