Home
last modified time | relevance | path

Searched refs:MatchFinder_GetPointerToCurrentPos (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzFind.h57 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
DLzFindMt.c176 const Byte *beforePtr = MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
179 afterPtr = MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
497 p->pointerToCurPos = MatchFinder_GetPointerToCurrentPos(mf); in MatchFinderMt_Init()
DLzFind.c47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() function
742 …Table->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos; in MatchFinder_CreateVTable()