Lines Matching defs:_CMatchFinder
11 typedef struct _CMatchFinder struct
13 Byte *buffer;
14 UInt32 pos;
15 UInt32 posLimit;
16 UInt32 streamPos;
17 UInt32 lenLimit;
19 UInt32 cyclicBufferPos;
20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
22 UInt32 matchMaxLen;
23 CLzRef *hash;
24 CLzRef *son;
25 UInt32 hashMask;
26 UInt32 cutValue;
28 Byte *bufferBase;
29 ISeqInStream *stream;
30 int streamEndWasReached;
32 UInt32 blockSize;
33 UInt32 keepSizeBefore;
34 UInt32 keepSizeAfter;
36 UInt32 numHashBytes;
37 int directInput;
38 int btMode;
40 int bigHash;
41 UInt32 historySize;
42 UInt32 fixedHashSize;
43 UInt32 hashSizeSum;
44 UInt32 numSons;
45 SRes result;
46 UInt32 crc[256];