CMatchFinder       17 third_party/lzma_sdk/LzFind.c static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
CMatchFinder       28 third_party/lzma_sdk/LzFind.c static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
CMatchFinder       45 third_party/lzma_sdk/LzFind.c Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
CMatchFinder       46 third_party/lzma_sdk/LzFind.c Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
CMatchFinder       48 third_party/lzma_sdk/LzFind.c UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
CMatchFinder       50 third_party/lzma_sdk/LzFind.c void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
CMatchFinder       57 third_party/lzma_sdk/LzFind.c static void MatchFinder_ReadBlock(CMatchFinder *p)
CMatchFinder       92 third_party/lzma_sdk/LzFind.c void MatchFinder_MoveBlock(CMatchFinder *p)
CMatchFinder      100 third_party/lzma_sdk/LzFind.c int MatchFinder_NeedMove(CMatchFinder *p)
CMatchFinder      108 third_party/lzma_sdk/LzFind.c void MatchFinder_ReadIfRequired(CMatchFinder *p)
CMatchFinder      116 third_party/lzma_sdk/LzFind.c static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p)
CMatchFinder      123 third_party/lzma_sdk/LzFind.c static void MatchFinder_SetDefaultSettings(CMatchFinder *p)
CMatchFinder      133 third_party/lzma_sdk/LzFind.c void MatchFinder_Construct(CMatchFinder *p)
CMatchFinder      151 third_party/lzma_sdk/LzFind.c static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
CMatchFinder      157 third_party/lzma_sdk/LzFind.c void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
CMatchFinder      171 third_party/lzma_sdk/LzFind.c int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
CMatchFinder      246 third_party/lzma_sdk/LzFind.c static void MatchFinder_SetLimits(CMatchFinder *p)
CMatchFinder      271 third_party/lzma_sdk/LzFind.c void MatchFinder_Init(CMatchFinder *p)
CMatchFinder      285 third_party/lzma_sdk/LzFind.c static UInt32 MatchFinder_GetSubValue(CMatchFinder *p)
CMatchFinder      304 third_party/lzma_sdk/LzFind.c static void MatchFinder_Normalize(CMatchFinder *p)
CMatchFinder      311 third_party/lzma_sdk/LzFind.c static void MatchFinder_CheckLimits(CMatchFinder *p)
CMatchFinder      465 third_party/lzma_sdk/LzFind.c static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; }
CMatchFinder      484 third_party/lzma_sdk/LzFind.c static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      495 third_party/lzma_sdk/LzFind.c UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      506 third_party/lzma_sdk/LzFind.c static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      539 third_party/lzma_sdk/LzFind.c static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      586 third_party/lzma_sdk/LzFind.c static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      635 third_party/lzma_sdk/LzFind.c UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
CMatchFinder      647 third_party/lzma_sdk/LzFind.c static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      660 third_party/lzma_sdk/LzFind.c void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      673 third_party/lzma_sdk/LzFind.c static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      688 third_party/lzma_sdk/LzFind.c static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      704 third_party/lzma_sdk/LzFind.c static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      721 third_party/lzma_sdk/LzFind.c void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
CMatchFinder      735 third_party/lzma_sdk/LzFind.c void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable)
CMatchFinder       58 third_party/lzma_sdk/LzFind.h int MatchFinder_NeedMove(CMatchFinder *p);
CMatchFinder       59 third_party/lzma_sdk/LzFind.h Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
CMatchFinder       60 third_party/lzma_sdk/LzFind.h void MatchFinder_MoveBlock(CMatchFinder *p);
CMatchFinder       61 third_party/lzma_sdk/LzFind.h void MatchFinder_ReadIfRequired(CMatchFinder *p);
CMatchFinder       63 third_party/lzma_sdk/LzFind.h void MatchFinder_Construct(CMatchFinder *p);
CMatchFinder       69 third_party/lzma_sdk/LzFind.h int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
CMatchFinder       72 third_party/lzma_sdk/LzFind.h void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
CMatchFinder       74 third_party/lzma_sdk/LzFind.h void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
CMatchFinder      103 third_party/lzma_sdk/LzFind.h void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
CMatchFinder      105 third_party/lzma_sdk/LzFind.h void MatchFinder_Init(CMatchFinder *p);
CMatchFinder      106 third_party/lzma_sdk/LzFind.h UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
CMatchFinder      107 third_party/lzma_sdk/LzFind.h UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
CMatchFinder      108 third_party/lzma_sdk/LzFind.h void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
CMatchFinder      109 third_party/lzma_sdk/LzFind.h void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
CMatchFinder      267 third_party/lzma_sdk/LzmaEnc.c   CMatchFinder matchFinderBase;