Searched refs:setDispatchFunction (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/Grammar/include/
H A DSR_Grammar.h165 ESR_ReturnCode(*setDispatchFunction)(struct SR_Grammar_t* self, const LCHAR* name, void* userData, SR_GrammarDispatchFunction function); member in struct:SR_Grammar_t
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c79 return self->setDispatchFunction(self, name, userData, function);
H A DSR_GrammarImpl.c57 impl->Interface.setDispatchFunction = &SR_Grammar_SetDispatchFunction;

Completed in 32 milliseconds