Searched refs:SR_Grammar_SetDispatchFunction (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h174 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetDispatchFunction(SR_Grammar* self, const LCHAR* name, void* userData, SR_GrammarDispatchFunction function);
/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c57 impl->Interface.setDispatchFunction = &SR_Grammar_SetDispatchFunction;
340 ESR_ReturnCode SR_Grammar_SetDispatchFunction(SR_Grammar* self, const LCHAR* functionName, void* userData, SR_GrammarDispatchFunction function) function

Completed in 17 milliseconds