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

/illumos-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...]

Completed in 57 milliseconds