Searched refs:tokenInt (Results 1 – 3 of 3) sorted by relevance
66 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
53 return self->tokenInt(self, token, value); in SR_EventLogTokenInt()
192 impl->Interface.tokenInt = &SR_EventLog_TokenInt; in SR_EventLogCreate()