Searched defs:set (Results 1 - 25 of 277) sorted by relevance

1234567891011>>

/dovecot/src/imap/
H A Dcmd-id.c8 const struct imap_settings *set = cmd->client->set; local
17 value = imap_id_args_get_log_reply(args, set->imap_id_log);
23 "* ID %s", imap_id_reply_generate(set->imap_id_send)));
/dovecot/src/lib-smtp/
H A Dsmtp-server.c23 struct smtp_server *smtp_server_init(const struct smtp_server_settings *set) argument
31 server->set.protocol = set->protocol;
32 server->set.rawlog_dir = p_strdup_empty(pool, set->rawlog_dir);
33 if (set->hostname != NULL && *set->hostname != '\0')
34 server->set.hostname = p_strdup(pool, set->hostname);
36 server->set
[all...]
H A Dsmtp-submit-settings.c62 struct smtp_submit_settings *set = _set; local
64 if (*set->hostname == '\0')
65 set->hostname = p_strdup(pool, my_hostdomain());
H A Dsmtp-client.c25 struct smtp_client *smtp_client_init(const struct smtp_client_settings *set) argument
34 client->set.my_ip = set->my_ip;
35 client->set.my_hostname = p_strdup(pool, set->my_hostname);
36 client->set.dns_client = set->dns_client;
37 client->set.dns_client_socket_path =
38 p_strdup(pool, set->dns_client_socket_path);
39 client->set
[all...]
/dovecot/src/lib-storage/
H A Dfail-mail-storage.c26 struct mailbox_list_settings *set)
28 if (set->layout == NULL)
29 set->layout = "fail";
30 if (set->subscription_fname == NULL)
31 set->subscription_fname = "subscriptions";
25 fail_storage_get_list_settings(const struct mail_namespace *ns ATTR_UNUSED, struct mailbox_list_settings *set) argument
H A Dmailbox-attribute-internal.c18 const struct mailbox_settings *set = box->set; local
20 if (set == NULL || *set->special_use == '\0')
23 value_r->value = set->special_use;
43 const struct mailbox_settings *set = box->set; local
45 if (set == NULL || *set->comment == '\0')
47 value_r->value = set
80 const struct mail_storage_settings *set = box->storage->set; local
105 const struct mail_storage_settings *set = box->storage->set; local
[all...]
/dovecot/src/auth/
H A Dtest-lua.c14 struct auth_settings set; local
15 i_zero(&set);
16 global_auth_settings = &set;
/dovecot/src/lib/
H A Dtest-log-throttle.c18 const struct log_throttle_settings set = { local
30 throttle = log_throttle_init(&set, test_log_throttle_callback, ioloop);
H A Dlog-throttle.c9 struct log_throttle_settings set; member in struct:log_throttle
21 log_throttle_init(const struct log_throttle_settings *set, argument
26 i_assert(set->throttle_at_max_per_interval > 0);
27 i_assert(set->unthrottle_at_max_per_interval > 0);
30 throttle->set = *set;
31 if (throttle->set.interval_msecs == 0)
32 throttle->set.interval_msecs = 1000;
51 if (throttle->last_count < throttle->set.unthrottle_at_max_per_interval)
64 (int)throttle->set
[all...]
H A Dtest-file-create-locked.c43 struct file_create_settings set = { local
65 fd = file_create_locked(path, &set, &lock, &created, &error);
79 test_assert(file_create_locked(path, &set, &lock, &created, &error) == -1);
92 struct file_create_settings set = { local
110 test_assert(file_create_locked(path, &set, &lock, &created, &error) == -1);
114 set.mkdir_mode = 0700;
115 fd = file_create_locked(path, &set, &lock, &created, &error);
/dovecot/src/lib-dict-backend/
H A Ddict-sql-private.h10 const struct dict_sql_settings *set; member in struct:sql_dict
/dovecot/src/lib-lda/
H A Dlda-settings.c73 struct lda_settings *set = _set; local
75 if (*set->hostname == '\0')
76 set->hostname = p_strdup(pool, my_hostdomain());
/dovecot/src/lib-master/
H A Dmaster-service-ssl.c19 const struct master_service_ssl_settings *set; local
29 set = master_service_ssl_settings_get(service);
32 ssl_set.verbose = set->verbose_ssl;
33 ssl_set.verify_remote_cert = set->ssl_verify_client_cert;
45 const struct master_service_ssl_settings *set; local
57 set = master_service_ssl_settings_get(service);
58 if (strcmp(set->ssl, "no") == 0) {
64 ssl_set.min_protocol = set->ssl_min_protocol;
65 ssl_set.cipher_list = set->ssl_cipher_list;
66 ssl_set.curve_list = set
[all...]
/dovecot/src/lib-sasl/
H A Ddsasl-client-private.h8 struct dsasl_client_settings set; member in struct:dsasl_client
/dovecot/src/plugins/expire/
H A Dexpire-set.c6 #include "expire-set.h"
16 struct expire_set *set; local
22 set = p_new(pool, struct expire_set, 1);
23 set->pool = pool;
24 p_array_init(&set->globs, set->pool, 16);
27 glob = imap_match_init(set->pool, *pattern, TRUE, '/');
28 array_append(&set->globs, &glob, 1);
30 return set;
35 struct expire_set *set local
41 expire_set_lookup(struct expire_set *set, const char *mailbox) argument
[all...]
/dovecot/src/plugins/fts-lucene/
H A Dfts-lucene-plugin.h25 struct fts_lucene_settings set; member in struct:fts_lucene_user
31 uint32_t fts_lucene_settings_checksum(const struct fts_lucene_settings *set);
/dovecot/src/plugins/fts-solr/
H A Dfts-solr-plugin.h21 struct fts_solr_settings set; member in struct:fts_solr_user
/dovecot/src/plugins/var-expand-crypt/
H A Dtest-var-expand-crypt.c90 struct dcrypt_settings set = { local
94 if (!dcrypt_initialize(NULL, &set, NULL))
/dovecot/src/director/
H A Ddirector-settings.c119 struct director_settings *set = _set; local
121 if (set->director_user_expire < 10) {
/dovecot/src/doveadm/
H A Dclient-connection.h16 const struct doveadm_settings *set; member in struct:client_connection
/dovecot/src/indexer/
H A Dindexer-worker.c27 struct restrict_access_settings set; local
31 restrict_access_get_env(&set);
32 if (set.uid != 0) {
/dovecot/src/lib-http/
H A Dhttp-server.c23 struct http_server *http_server_init(const struct http_server_settings *set) argument
31 if (set->rawlog_dir != NULL && *set->rawlog_dir != '\0')
32 server->set.rawlog_dir = p_strdup(pool, set->rawlog_dir);
33 server->set.max_client_idle_time_msecs = set->max_client_idle_time_msecs;
34 server->set.max_pipelined_requests =
35 (set->max_pipelined_requests > 0 ? set
[all...]
/dovecot/src/replication/aggregator/
H A Daggregator.c23 const struct aggregator_settings *set; local
28 set = sets[0];
30 if (set->replicator_port != 0) {
31 ret = net_gethostbyname(set->replicator_host, &ips, &ips_count);
34 set->replicator_host, net_gethosterror(ret));
37 set->replicator_port,
40 replicator = replicator_connection_create_unix(set->replicator_host,
/dovecot/src/submission/
H A Dsubmission-settings.c150 struct submission_settings *set = _set; local
152 if (set->submission_relay_max_idle_time == 0) {
156 if (*set->hostname == '\0')
157 set->hostname = p_strdup(pool, my_hostdomain());
/dovecot/src/submission-login/
H A Dsubmission-login-settings.c103 struct submission_login_settings *set = _set; local
105 if (*set->hostname == '\0')
106 set->hostname = p_strdup(pool, my_hostdomain());

Completed in 207 milliseconds

1234567891011>>