Searched refs:EP_RegisterFunction (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/Semproc/src/ |
D | ExpressionParser.c | 66 CHKLOG(rc, EP_RegisterFunction(Interface, L("concat"), NULL, EE_concat)); in EP_Init() 67 CHKLOG(rc, EP_RegisterFunction(Interface, L("conditional"), NULL, EE_conditional)); in EP_Init() 68 CHKLOG(rc, EP_RegisterFunction(Interface, L("add"), NULL, EE_add)); in EP_Init() 69 CHKLOG(rc, EP_RegisterFunction(Interface, L("subtract"), NULL, EE_subtract)); in EP_Init() 432 ESR_ReturnCode EP_RegisterFunction(ExpressionParser* self, in EP_RegisterFunction() function
|
/external/srec/srec/Semproc/include/ |
D | SR_ExpressionParser.h | 202 SREC_SEMPROC_API ESR_ReturnCode EP_RegisterFunction(ExpressionParser* self, const LCHAR* name, void…
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 346 CHKLOG(rc, EP_RegisterFunction(semprocImpl->parser, functionName, userData, function)); in SR_Grammar_SetDispatchFunction()
|