Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp575 extern "C" void Leash_pec_clear_history(void *pec) in Leash_pec_clear_history() argument
581 static_cast<PrincipalEditControl *>(pec)->ClearHistory(); in Leash_pec_clear_history()
592 extern "C" void Leash_pec_destroy(void *pec) in Leash_pec_destroy() argument
594 if (pec != NULL) in Leash_pec_destroy()
595 delete ((PrincipalEditControl *)pec); in Leash_pec_destroy()
H A Dlsh_pwd.c42 extern void Leash_pec_clear_history(void *pec);