Searched defs:inputCompleter (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/coregrind/ |
H A D | m_seqmatch.c | 49 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 D | m_errormgr.c | 1791 static Bool haveInputInpC (void* inputCompleter, UWord ixInput ) argument 1793 IPtoFunOrObjCompleter* ip2fo = inputCompleter; 1799 void* inputCompleter, UWord ixInput ) 1802 IPtoFunOrObjCompleter* ip2fo = inputCompleter; 1870 NULL, 0, 0, /* input/szbInput/nInput 0, as using an inputCompleter */ 1798 supp_pattEQinp( const void* supplocV, const void* addrV, void* inputCompleter, UWord ixInput ) argument
|
Completed in 101 milliseconds