Searched refs:peerAccountString (Results 1 – 1 of 1) sorted by relevance
165 char peerAccountString[LONG_TO_STRING_MAX_LEN] = {0}; in DumpAccountId() local166 if (sprintf_s(peerAccountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, peerAccountId) == -1) { in DumpAccountId()174 Anonymize(peerAccountString, &anonyPeerAccountId); in DumpAccountId()