Home
last modified time | relevance | path

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

/external/srec/srec/Semproc/include/
DSR_SymbolTable.h117 SREC_SEMPROC_API ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* va…
/external/srec/srec/Semproc/src/
DExpressionParser.c408 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, result)); in handle_EndOfStatement()
411 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, L("undefined"))); in handle_EndOfStatement()
417 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, operands[0])); in handle_EndOfStatement()
DSymbolTable.c79 ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* value) in ST_putKeyValue() function