Searched refs:auth_passdb_settings (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-settings.h | 7 struct auth_passdb_settings { struct 81 ARRAY(struct auth_passdb_settings *) passdbs;
|
H A D | passdb.h | 10 struct auth_passdb_settings; 103 passdb_preinit(pool_t pool, const struct auth_passdb_settings *set);
|
H A D | test-mock.c | 37 static struct auth_passdb_settings set = { 62 struct auth_passdb_settings set = {
|
H A D | auth.h | 32 const struct auth_passdb_settings *set;
|
H A D | auth-settings.c | 108 { type, #name, offsetof(struct auth_passdb_settings, name), NULL } 132 static const struct auth_passdb_settings auth_passdb_default_settings = { 156 .type_offset = offsetof(struct auth_passdb_settings, name), 157 .struct_size = sizeof(struct auth_passdb_settings), 490 struct auth_passdb_settings *set = _set;
|
H A D | auth.c | 69 auth_passdb_preinit(struct auth *auth, const struct auth_passdb_settings *set, 231 struct auth_passdb_settings *const *passdbs;
|
H A D | passdb.c | 192 passdb_preinit(pool_t pool, const struct auth_passdb_settings *set)
|
Completed in 17 milliseconds