Searched defs:authp (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth.c369 struct auth *auth, *const *authp; local
397 array_foreach(&auths, authp) {
398 if ((*authp)->service != NULL || check_default)
399 auth_mech_list_verify_passdb(*authp);

Completed in 487 milliseconds