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