Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp224 DWORD valCount = 0; in getPrincipalList() local
243 &valCount, //__out_opt LPDWORD lpcValues, in getPrincipalList()
250 if (valCount == 0) in getPrincipalList()
253 princs = new LPTSTR[valCount]; in getPrincipalList()
262 for (DWORD iReg = 0; iReg < valCount; iReg++) { in getPrincipalList()