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

/dovecot/src/lib-smtp/
H A Dsmtp-submit-settings.c10 static bool smtp_submit_settings_check(void *_set, pool_t pool, const char **error_r);
59 smtp_submit_settings_check(void *_set, pool_t pool, argument
62 struct smtp_submit_settings *set = _set;
/dovecot/src/lib-lda/
H A Dlda-settings.c12 static bool lda_settings_check(void *_set, pool_t pool, const char **error_r);
70 static bool lda_settings_check(void *_set, pool_t pool, argument
73 struct lda_settings *set = _set;
/dovecot/src/plugins/expire/
H A Dexpire-set.c33 void expire_set_deinit(struct expire_set **_set) argument
35 struct expire_set *set = *_set;
37 *_set = NULL;
/dovecot/src/director/
H A Ddirector-settings.c10 static bool director_settings_verify(void *_set, pool_t pool, const char **error_r);
117 director_settings_verify(void *_set, pool_t pool ATTR_UNUSED, const char **error_r) argument
119 struct director_settings *set = _set;
/dovecot/src/submission/
H A Dsubmission-settings.c14 static bool submission_settings_check(void *_set, pool_t pool, const char **error_r);
147 static bool submission_settings_check(void *_set, pool_t pool, argument
150 struct submission_settings *set = _set;
/dovecot/src/submission-login/
H A Dsubmission-login-settings.c14 submission_login_settings_check(void *_set, pool_t pool, const char **error_r);
100 submission_login_settings_check(void *_set, pool_t pool, argument
103 struct submission_login_settings *set = _set;
/dovecot/src/lib-master/
H A Dmaster-service-ssl-settings.c16 master_service_ssl_settings_check(void *_set, pool_t pool, const char **error_r);
84 master_service_ssl_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
87 struct master_service_ssl_settings *set = _set;
H A Dmaster-service-settings.c37 master_service_settings_check(void *_set, pool_t pool, const char **error_r);
126 master_service_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
129 struct master_service_settings *set = _set;
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-settings.c14 static bool imapc_settings_check(void *_set, pool_t pool, const char **error_r);
160 static bool imapc_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
163 struct imapc_settings *set = _set;
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-settings.c88 static bool pop3c_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
91 struct pop3c_settings *set = _set;
/dovecot/src/lmtp/
H A Dlmtp-settings.c17 static bool lmtp_settings_check(void *_set, pool_t pool, const char **error_r);
103 static bool lmtp_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
106 struct lmtp_settings *set = _set;
/dovecot/src/stats/
H A Dstats-settings.c9 static bool stats_metric_settings_check(void *_set, pool_t pool, const char **error_r);
109 static bool stats_metric_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
112 struct stats_metric_settings *set = _set;
/dovecot/src/pop3/
H A Dpop3-settings.c13 static bool pop3_settings_verify(void *_set, pool_t pool,
156 pop3_settings_verify(void *_set, pool_t pool ATTR_UNUSED, const char **error_r) argument
158 struct pop3_settings *set = _set;
/dovecot/src/doveadm/
H A Ddoveadm-settings.c10 static bool doveadm_settings_check(void *_set, pool_t pool, const char **error_r);
177 static bool doveadm_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
180 struct doveadm_settings *set = _set;
/dovecot/src/imap/
H A Dimap-settings.c15 static bool imap_settings_verify(void *_set, pool_t pool,
175 imap_settings_verify(void *_set, pool_t pool ATTR_UNUSED, const char **error_r) argument
177 struct imap_settings *set = _set;
/dovecot/src/login-common/
H A Dlogin-settings.c16 static bool login_settings_check(void *_set, pool_t pool, const char **error_r);
101 static bool login_settings_check(void *_set, pool_t pool, argument
104 struct login_settings *set = _set;
/dovecot/src/lib-storage/
H A Dmail-storage-settings.c19 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, argument
410 struct mail_storage_settings *set = _set;
585 static bool mail_storage_settings_expand_check(void *_set, argument
588 struct mail_storage_settings *set = _set;
599 static bool namespace_settings_check(void *_set, pool_ argument
696 mailbox_settings_check(void *_set, pool_t pool, const char **error_r) argument
713 mail_user_settings_check(void *_set, pool_t pool ATTR_UNUSED, const char **error_r ATTR_UNUSED) argument
[all...]
/dovecot/src/auth/
H A Dauth-settings.c14 static bool auth_settings_check(void *_set, pool_t pool, const char **error_r);
15 static bool auth_passdb_settings_check(void *_set, pool_t pool, const char **error_r);
16 static bool auth_userdb_settings_check(void *_set, pool_t pool, const char **error_r);
417 static bool auth_settings_check(void *_set, pool_t pool, argument
420 struct auth_settings *set = _set;
487 auth_passdb_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
490 struct auth_passdb_settings *set = _set;
504 auth_userdb_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument
507 struct auth_userdb_settings *set = _set;
/dovecot/src/master/
H A Dmaster-settings.c22 static bool master_settings_verify(void *_set, pool_t pool,
415 master_settings_verify(void *_set, pool_t pool, const char **error_r) argument
418 struct master_settings *set = _set;

Completed in 46 milliseconds