OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_GrammarSetDispatchFunction
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/Grammar/include/
SR_Grammar.h
460
SREC_GRAMMAR_API ESR_ReturnCode
SR_GrammarSetDispatchFunction
(SR_Grammar* self, const LCHAR* name, void* userData, SR_GrammarDispatchFunction function);
/external/srec/srec/Grammar/src/
SR_Grammar.c
72
ESR_ReturnCode
SR_GrammarSetDispatchFunction
(SR_Grammar* self, const LCHAR* name, void* userData, SR_GrammarDispatchFunction function)
/external/srec/srec/test/SRecTest/src/
SRecTest.c
429
setup_status =
SR_GrammarSetDispatchFunction
( data->grammars [grammar_num].grammar, L("myDSMCallback"), NULL, myDSMCallback );
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
428
setup_status =
SR_GrammarSetDispatchFunction
( data->grammars [grammar_num].grammar, L("myDSMCallback"), NULL, myDSMCallback );
[
all
...]
Completed in 316 milliseconds