Lines Matching defs:_set
19 static bool mail_storage_settings_check(void *_set, pool_t pool, const char **error_r);
20 static bool mail_storage_settings_expand_check(void *_set, pool_t pool ATTR_UNUSED, const char **error_r);
21 static bool namespace_settings_check(void *_set, pool_t pool, const char **error_r);
22 static bool mailbox_settings_check(void *_set, pool_t pool, const char **error_r);
23 static bool mail_user_settings_check(void *_set, pool_t pool, const char **error_r);
407 static bool mail_storage_settings_check(void *_set, pool_t pool,
410 struct mail_storage_settings *set = _set;
585 static bool mail_storage_settings_expand_check(void *_set,
588 struct mail_storage_settings *set = _set;
599 static bool namespace_settings_check(void *_set, pool_t pool ATTR_UNUSED,
602 struct mail_namespace_settings *ns = _set;
696 static bool mailbox_settings_check(void *_set, pool_t pool,
699 struct mailbox_settings *set = _set;
713 static bool mail_user_settings_check(void *_set, pool_t pool ATTR_UNUSED,
716 struct mail_user_settings *set = _set;