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

/external/lzma/C/
H A DLzFind.h49 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
56 int MatchFinder_NeedMove(CMatchFinder *p);
57 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
58 void MatchFinder_MoveBlock(CMatchFinder *p);
59 void MatchFinder_ReadIfRequired(CMatchFinder *p);
61 void MatchFinder_Construct(CMatchFinder *p);
67 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
70 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
72 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
101 void MatchFinder_CreateVTable(CMatchFinder *
[all...]

Completed in 45 milliseconds