Home
last modified time | relevance | path

Searched refs:var_expand_table (Results 1 – 25 of 60) sorted by relevance

123

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dvar-expand.h4 struct var_expand_table { struct
24 const struct var_expand_table *table, argument
29 const struct var_expand_table *table,
46 var_expand_table_size(const struct var_expand_table *table) in var_expand_table_size()
55 struct var_expand_table *
56 var_expand_merge_tables(pool_t pool, const struct var_expand_table *a,
57 const struct var_expand_table *b);
59 (const struct var_expand_table *)var_expand_merge_tables(pool_datastack_create(), (a), (b))
H A Dvar-expand.c171 var_expand_short(const struct var_expand_table *table, char key, in var_expand_short()
174 const struct var_expand_table *t; in var_expand_short()
411 const struct var_expand_table *t; in var_expand_long()
462 const struct var_expand_table *table, in var_expand_with_funcs()
634 const struct var_expand_table *table, const char **error_r) in var_expand()
809 struct var_expand_table *
810 var_expand_merge_tables(pool_t pool, const struct var_expand_table *a, in var_expand_merge_tables()
811 const struct var_expand_table *b) in var_expand_merge_tables()
813 ARRAY(struct var_expand_table) table; in var_expand_merge_tables()
818 struct var_expand_table *entry = in var_expand_merge_tables()
[all …]
H A Dtest-var-expand.c32 static const struct var_expand_table table[] = { in test_var_expand_ranges()
65 static const struct var_expand_table table[] = { in test_var_expand_builtin()
170 static const struct var_expand_table table[] = { in test_var_expand_with_funcs()
273 static const struct var_expand_table table[] = { in test_var_expand_extensions()
326 static const struct var_expand_table table[] = { in test_var_expand_if()
429 const struct var_expand_table one[] = { in test_var_expand_merge_tables()
H A Dvar-expand-private.h6 const struct var_expand_table *table;
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dauth-request-var-expand.h12 extern const struct var_expand_table
17 const struct var_expand_table *
21 struct var_expand_table *
33 const struct var_expand_table *table,
H A Dtest-auth-cache.c9 const struct var_expand_table
22 struct var_expand_table *
33 const struct var_expand_table *table ATTR_UNUSED, in auth_request_var_expand_with_table()
H A Dauth-request-var-expand.c13 const struct var_expand_table
83 struct var_expand_table *
92 struct var_expand_table *tab, *ret_tab; in auth_request_get_var_expand_table_full()
100 tab = ret_tab = t_new(struct var_expand_table, in auth_request_get_var_expand_table_full()
208 const struct var_expand_table *
280 const struct var_expand_table *table, in auth_request_var_expand_with_table()
H A Ddb-dict.c40 const struct var_expand_table *var_expand_table; member
463 iter->var_expand_table = auth_request_get_var_expand_table(auth_request, NULL); in db_dict_value_iter_init()
474 iter->var_expand_table, in db_dict_value_iter_init()
626 iter->var_expand_table, var_funcs_table, in db_dict_value_iter_next()
H A Dtest-auth-request-var-expand.c74 const struct var_expand_table *tab = in test_empty_request()
99 const struct var_expand_table *tab; in test_auth_request_var_expand_shortlong()
H A Dauth-cache.c30 const struct var_expand_table *tab = auth_request_var_expand_static_tab; in auth_request_var_expand_tab_find()
67 const struct var_expand_table *tab = in auth_cache_key_add_tab_idx()
361 const struct var_expand_table *table = in auth_request_expand_cache_key()
H A Dpassdb-template.c46 const struct var_expand_table *table; in passdb_template_export()
H A Dauth-policy.c464 const struct var_expand_table *policy_get_var_expand_table(struct auth_request *auth_request, in policy_get_var_expand_table()
467 struct var_expand_table *table; in policy_get_var_expand_table()
490 const struct var_expand_table *var_table; in auth_policy_create_json()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-print-formatted.c17 ARRAY(struct var_expand_table) headers;
42 struct var_expand_table entry; in doveadm_print_formatted_header()
63 struct var_expand_table *entry = array_idx_modifiable(&ctx.headers, ctx.idx++); in doveadm_print_formatted_print()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-lda/
H A Dmail-send.c26 static const struct var_expand_table *
35 const struct var_expand_table stack_tab[] = { in get_var_expand_table()
42 struct var_expand_table *tab; in get_var_expand_table()
63 const struct var_expand_table *vtable; in mail_send_rejection()
H A Dmail-deliver.h144 const struct var_expand_table *
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-user.h56 const struct var_expand_table *var_expand_table; member
155 const struct var_expand_table *
H A Dmail-user.c272 const struct var_expand_table *
276 if (user->var_expand_table != NULL && in mail_user_var_expand_table()
277 user->var_expand_table[4].value == user->_home) in mail_user_var_expand_table()
278 return user->var_expand_table; in mail_user_var_expand_table()
300 const struct var_expand_table stack_tab[] = { in mail_user_var_expand_table()
323 struct var_expand_table *tab; in mail_user_var_expand_table()
328 user->var_expand_table = tab; in mail_user_var_expand_table()
329 return user->var_expand_table; in mail_user_var_expand_table()
/dports/mail/dovecot/dovecot-2.3.17/src/login-common/
H A Dlogin-settings.c117 static const struct var_expand_table *
120 const struct var_expand_table stack_tab[] = { in login_set_var_expand_table()
133 struct var_expand_table *tab; in login_set_var_expand_table()
H A Dclient-common.c763 static struct var_expand_table login_var_expand_empty_tab[] = {
811 get_var_expand_users(struct var_expand_table *tab, const char *user) in get_var_expand_users()
823 static const struct var_expand_table *
826 struct var_expand_table *tab; in get_var_expand_table()
937 const struct var_expand_table *var_expand_table; in client_get_log_str() local
943 var_expand_table = get_var_expand_table(client); in client_get_log_str()
949 if (var_expand_with_funcs(str, *e, var_expand_table, in client_get_log_str()
981 const struct var_expand_table tab[3] = { in client_get_log_str()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-settings/
H A Dsettings-parser.h4 struct var_expand_table;
219 const struct var_expand_table *table,
223 const struct var_expand_table *table,
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dmail-user-hash.c26 const struct var_expand_table tab[] = { in mail_user_hash()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-dict-backend/
H A Ddict-ldap.c199 ARRAY(struct var_expand_table) exp; in ldap_dict_build_query()
200 struct var_expand_table entry; in ldap_dict_build_query()
215 struct var_expand_table entry; in ldap_dict_build_query()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/var-expand-crypt/
H A Dtest-var-expand-crypt.c17 struct var_expand_table table[] = { in test_var_expand_crypt()
/dports/mail/dovecot/dovecot-2.3.17/src/submission/
H A Dsubmission-client.c398 const struct var_expand_table logout_tab[] = { in client_stats()
406 const struct var_expand_table *user_tab = in client_stats()
408 const struct var_expand_table *tab = in client_stats()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-shared-storage.c49 const struct var_expand_table tab[] = { in acl_shared_namespace_add()

123