OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDispatchFunction
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Grammar/include/
SR_Grammar.h
165
ESR_ReturnCode(*
setDispatchFunction
)(struct SR_Grammar_t* self, const LCHAR* name, void* userData, SR_GrammarDispatchFunction function);
/external/srec/srec/Grammar/src/
SR_Grammar.c
79
return self->
setDispatchFunction
(self, name, userData, function);
SR_GrammarImpl.c
57
impl->Interface.
setDispatchFunction
= &SR_Grammar_SetDispatchFunction;
Completed in 347 milliseconds