HomeSort by relevance Sort by last modified time
    Searched refs:MatchFinder_GetPointerToCurrentPos (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
LzFind.h 57 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
LzFindMt.c 176 const Byte *beforePtr = MatchFinder_GetPointerToCurrentPos(mf);
179 afterPtr = MatchFinder_GetPointerToCurrentPos(mf);
497 p->pointerToCurPos = MatchFinder_GetPointerToCurrentPos(mf);
LzFind.c 47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
742 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;

Completed in 103 milliseconds