Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c40 extern void Leash_pec_destroy(void *pAutoComplete);
1256 static void *pAutoComplete = 0; in AuthenticateProc() local
1270 pAutoComplete = Leash_pec_create(hEditCtrl); in AuthenticateProc()
1484 Leash_pec_clear_history(pAutoComplete); in AuthenticateProc()
1506 if (pAutoComplete) { in AuthenticateProc()
1507 Leash_pec_destroy(pAutoComplete); in AuthenticateProc()
1508 pAutoComplete = NULL; in AuthenticateProc()
1675 static void *pAutoComplete = NULL; in NewPasswordProc() local
1728 pAutoComplete = Leash_pec_create(hEditCtrl); in NewPasswordProc()
1765 if (pAutoComplete != NULL) { in NewPasswordProc()
[all …]