Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h52 } CMatchFinder; typedef
63 int MatchFinder_NeedMove(CMatchFinder *p);
64 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
65 void MatchFinder_MoveBlock(CMatchFinder *p);
66 void MatchFinder_ReadIfRequired(CMatchFinder *p);
68 void MatchFinder_Construct(CMatchFinder *p);
74 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
77 void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc);
79 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
[all …]
DLzFind.c19 static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc) in LzInWindow_Free()
30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAllocPtr 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.c175 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc()
515 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create()
539 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
DLzmaEnc.c349 CMatchFinder matchFinderBase;