Home
last modified time | relevance | path

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

/external/srec/srec/EventLog/include/
DSR_EventLog.h66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
115 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
152 ESR_ReturnCode(*tokenInt)(struct SR_EventLog_t* self, const LCHAR* token, int value); member
/external/srec/srec/EventLog/src/
DEventLog.c53 return self->tokenInt(self, token, value); in SR_EventLogTokenInt()
DEventLogImpl.c192 impl->Interface.tokenInt = &SR_EventLog_TokenInt; in SR_EventLogCreate()