Searched refs:tokenBool (Results 1 – 3 of 3) sorted by relevance
87 log->tokenBool(log, tokenName, value) : ESR_SUCCESS ) \179 ESR_ReturnCode(*tokenBool)(struct SR_EventLog_t* self, const LCHAR* token, ESR_BOOL value); member
83 return self->tokenBool(self, token, value); in SR_EventLogTokenBool()
195 impl->Interface.tokenBool = &SR_EventLog_TokenBool; in SR_EventLogCreate()