Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp226 LPTSTR tempValName = NULL; in getPrincipalList() local
257 tempValName = new TCHAR[maxLen+1]; in getPrincipalList()
258 if (tempValName == NULL) in getPrincipalList()
265 rc = RegEnumValue(hKey, iReg, tempValName, &size, in getPrincipalList()
268 princ = _tcsdup(tempValName); in getPrincipalList()
279 if (tempValName) in getPrincipalList()
280 delete[] tempValName; in getPrincipalList()