Searched refs:pAutoComplete (Results 1 – 1 of 1) sorted by relevance
40 extern void Leash_pec_destroy(void *pAutoComplete);1256 static void *pAutoComplete = 0; in AuthenticateProc() local1270 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() local1728 pAutoComplete = Leash_pec_create(hEditCtrl); in NewPasswordProc()1765 if (pAutoComplete != NULL) { in NewPasswordProc()[all …]