Symbol: CMatchFinder
usr/src/common/lzma/LzFind.c
100
void MatchFinder_ReadIfRequired(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
108
static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
115
static void MatchFinder_SetDefaultSettings(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
127
void MatchFinder_Construct(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
145
static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
151
void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
165
int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
usr/src/common/lzma/LzFind.c
22
static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
241
static void MatchFinder_SetLimits(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
266
void MatchFinder_Init(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
280
static UInt32 MatchFinder_GetSubValue(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
299
static void MatchFinder_Normalize(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
306
static void MatchFinder_CheckLimits(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
33
static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
460
static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; }
usr/src/common/lzma/LzFind.c
479
static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
490
UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
50
Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
usr/src/common/lzma/LzFind.c
501
static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
51
Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
usr/src/common/lzma/LzFind.c
53
UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
usr/src/common/lzma/LzFind.c
534
static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
55
void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
usr/src/common/lzma/LzFind.c
581
static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
62
static void MatchFinder_ReadBlock(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
630
UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
642
static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
655
void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
668
static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
683
static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
699
static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
716
void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
730
void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable)
usr/src/common/lzma/LzFind.c
86
void MatchFinder_MoveBlock(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
94
int MatchFinder_NeedMove(CMatchFinder *p)
usr/src/common/lzma/LzFind.h
101
void MatchFinder_Init(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
102
UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
usr/src/common/lzma/LzFind.h
103
UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
usr/src/common/lzma/LzFind.h
104
void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
usr/src/common/lzma/LzFind.h
105
void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
usr/src/common/lzma/LzFind.h
54
int MatchFinder_NeedMove(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
55
Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
56
void MatchFinder_MoveBlock(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
57
void MatchFinder_ReadIfRequired(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
59
void MatchFinder_Construct(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
65
int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
usr/src/common/lzma/LzFind.h
68
void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
usr/src/common/lzma/LzFind.h
70
void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
usr/src/common/lzma/LzFind.h
99
void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
usr/src/common/lzma/LzmaEnc.c
286
CMatchFinder matchFinderBase;