Searched refs:CMatchFinder (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h47 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
54 int MatchFinder_NeedMove(CMatchFinder *p);
55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
56 void MatchFinder_MoveBlock(CMatchFinder *p);
57 void MatchFinder_ReadIfRequired(CMatchFinder *p);
59 void MatchFinder_Construct(CMatchFinder *p);
65 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
99 void MatchFinder_CreateVTable(CMatchFinder *
[all...]
H A DLzFind.c22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
53 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
62 static void MatchFinder_ReadBlock(CMatchFinder *p)
86 void MatchFinder_MoveBlock(CMatchFinder *p)
94 int MatchFinder_NeedMove(CMatchFinder *p)
100 void MatchFinder_ReadIfRequired(CMatchFinder *
[all...]
H A DLzmaEnc.c286 CMatchFinder matchFinderBase;

Completed in 101 milliseconds