Searched defs:inputCompleter (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/
H A Dm_seqmatch.c49 void* inputCompleter, Bool (*haveInputInpC)(void*,UWord)
71 vg_assert(inputCompleter
74 vg_assert(ixInput >= 0 && (inputCompleter || ixInput <= nInput));
77 haveInput = inputCompleter ?
78 (*haveInputInpC)(inputCompleter, ixInput)
85 currInput = haveInput && !inputCompleter ?
111 inputCompleter,haveInputInpC) ) {
138 if (!pattEQinp(currPatt,currInput,inputCompleter,ixInput)) return False;
42 generic_match( Bool matchAll, const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, const void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(const void*), Bool (*pIsQuery)(const void*), Bool (*pattEQinp)(const void*,const void*,void*,UWord), void* inputCompleter, Bool (*haveInputInpC)(void*,UWord) ) argument
H A Dm_errormgr.c1792 static Bool haveInputInpC (void* inputCompleter, UWord ixInput ) argument
1794 IPtoFunOrObjCompleter* ip2fo = inputCompleter;
1800 void* inputCompleter, UWord ixInput )
1803 IPtoFunOrObjCompleter* ip2fo = inputCompleter;
1871 NULL, 0, 0, /* input/szbInput/nInput 0, as using an inputCompleter */
1799 supp_pattEQinp( const void* supplocV, const void* addrV, void* inputCompleter, UWord ixInput ) argument

Completed in 590 milliseconds