CLzmaDec          130 third_party/lzma_sdk/7zDec.c   CLzmaDec state;
CLzmaDec          159 third_party/lzma_sdk/Lzma2Dec.c static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size)
CLzmaDec          168 third_party/lzma_sdk/Lzma2Dec.c void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
CLzmaDec           17 third_party/lzma_sdk/Lzma2Dec.h   CLzmaDec decoder;
CLzmaDec          131 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
CLzmaDec          428 third_party/lzma_sdk/LzmaDec.c static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
CLzmaDec          454 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
CLzmaDec          487 third_party/lzma_sdk/LzmaDec.c static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
CLzmaDec          678 third_party/lzma_sdk/LzmaDec.c static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
CLzmaDec          685 third_party/lzma_sdk/LzmaDec.c void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
CLzmaDec          701 third_party/lzma_sdk/LzmaDec.c void LzmaDec_Init(CLzmaDec *p)
CLzmaDec          707 third_party/lzma_sdk/LzmaDec.c static void LzmaDec_InitStateReal(CLzmaDec *p)
CLzmaDec          719 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
CLzmaDec          840 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
CLzmaDec          880 third_party/lzma_sdk/LzmaDec.c void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
CLzmaDec          886 third_party/lzma_sdk/LzmaDec.c static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc)
CLzmaDec          892 third_party/lzma_sdk/LzmaDec.c void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc)
CLzmaDec          924 third_party/lzma_sdk/LzmaDec.c static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
CLzmaDec          938 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
CLzmaDec          947 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
CLzmaDec          973 third_party/lzma_sdk/LzmaDec.c   CLzmaDec p;
CLzmaDec           73 third_party/lzma_sdk/LzmaDec.h void LzmaDec_Init(CLzmaDec *p);
CLzmaDec          134 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
CLzmaDec          135 third_party/lzma_sdk/LzmaDec.h void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
CLzmaDec          137 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
CLzmaDec          138 third_party/lzma_sdk/LzmaDec.h void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
CLzmaDec          181 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
CLzmaDec          198 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,