Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c347 typedef int (*check_func_t)(krb5_context, const char*, char*); typedef
600 error |= (*(check_func_t)e->check_data)(context, local, p->u.string); in check_section()