/dovecot/src/lib-smtp/ |
H A D | smtp-submit-settings.c | 10 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 D | lda-settings.c | 12 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 D | expire-set.c | 33 void expire_set_deinit(struct expire_set **_set) argument 35 struct expire_set *set = *_set; 37 *_set = NULL;
|
/dovecot/src/director/ |
H A D | director-settings.c | 10 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 D | submission-settings.c | 14 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 D | submission-login-settings.c | 14 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 D | master-service-ssl-settings.c | 16 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 D | master-service-settings.c | 37 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 D | imapc-settings.c | 14 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 D | pop3c-settings.c | 88 static bool pop3c_settings_check(void *_set, pool_t pool ATTR_UNUSED, argument 91 struct pop3c_settings *set = _set;
|
/dovecot/src/lmtp/ |
H A D | lmtp-settings.c | 17 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 D | stats-settings.c | 9 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 D | pop3-settings.c | 13 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 D | doveadm-settings.c | 10 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 D | imap-settings.c | 15 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 D | login-settings.c | 16 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 D | mail-storage-settings.c | 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, 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 D | auth-settings.c | 14 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 D | master-settings.c | 22 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;
|