Searched refs:QueryTokenPtrIfMatch (Results 1 – 2 of 2) sorted by relevance
299 static SymToken **QueryTokenPtrIfMatch(const SymTokenVec *vec, const char *userId, const char *devi… in QueryTokenPtrIfMatch() function603 SymToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, token->userId, token->deviceId); in AddSymTokenToVec()
615 static AccountToken **QueryTokenPtrIfMatch(const AccountTokenVec *vec, const char *userId, const ch… in QueryTokenPtrIfMatch() function1085 AccountToken **token = QueryTokenPtrIfMatch(&info->tokens, userId, deviceId); in GetAccountToken()1186 …AccountToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, (const char *)(newToken->pkInfo.u… in AddTokenInner()