OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPointerToCurrentPos
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
LzFind.h
96
Mf_GetPointerToCurrentPos_Func
GetPointerToCurrentPos
;
LzmaEnc.c
848
const Byte *pby = p->matchFinder.
GetPointerToCurrentPos
(p->matchFinderObj) - 1;
977
data = p->matchFinder.
GetPointerToCurrentPos
(p->matchFinderObj) - 1;
[
all
...]
LzFind.c
742
vTable->
GetPointerToCurrentPos
= (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
LzFindMt.c
764
vTable->
GetPointerToCurrentPos
= (Mf_GetPointerToCurrentPos_Func)MatchFinderMt_GetPointerToCurrentPos;
Completed in 51 milliseconds