Home
last modified time | relevance | path

Searched refs:SR_SemanticResultGetValue (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticResult.c48 ESR_ReturnCode SR_SemanticResultGetValue(SR_SemanticResult* self, const LCHAR* key, LCHAR* value, s… in SR_SemanticResultGetValue() function
/external/srec/srec/Semproc/include/
DSR_SemanticResult.h103 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultGetValue(SR_SemanticResult* self, const LCHAR* key…
/external/srec/srec/test/SRecTest/src/
DSRecTest.c3221 … parse_status = SR_SemanticResultGetValue ( semanticResults, "meaning", meaning, len); in srec_test_parse()