Home
last modified time | relevance | path

Searched refs:CMatchFinder (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzFind.h50 } CMatchFinder; typedef
61 int MatchFinder_NeedMove(CMatchFinder *p);
62 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
63 void MatchFinder_MoveBlock(CMatchFinder *p);
64 void MatchFinder_ReadIfRequired(CMatchFinder *p);
66 void MatchFinder_Construct(CMatchFinder *p);
72 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
75 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
104 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
[all …]
DLzFind.c19 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets()
58 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()
98 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()
106 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()
114 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()
122 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) in MatchFinder_CheckAndMoveAndRead()
[all …]
DLzFindMt.h89 CMatchFinder *MatchFinder;
DLzFindMt.c170 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc()
477 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create()
501 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
DLzmaEnc.c345 CMatchFinder matchFinderBase;