Home
last modified time | relevance | path

Searched refs:EP_RegisterFunction (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/src/
DExpressionParser.c66 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/
DSR_ExpressionParser.h202 SREC_SEMPROC_API ESR_ReturnCode EP_RegisterFunction(ExpressionParser* self, const LCHAR* name, void…
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c346 CHKLOG(rc, EP_RegisterFunction(semprocImpl->parser, functionName, userData, function)); in SR_Grammar_SetDispatchFunction()