Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
H A DLzFind.c50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() function
735 …Table->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos; in MatchFinder_CreateVTable()