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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzFind.h70 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
77 int MatchFinder_NeedMove(CMatchFinder *p);
78 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
79 void MatchFinder_MoveBlock(CMatchFinder *p);
80 void MatchFinder_ReadIfRequired(CMatchFinder *p);
82 void MatchFinder_Construct(CMatchFinder *p);
88 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
91 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
93 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
122 void MatchFinder_CreateVTable(CMatchFinder *
[all...]

Completed in 20 milliseconds