Searched defs:var_expand_table (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib/
H A Dvar-expand.h4 struct var_expand_table { struct
24 const struct var_expand_table *table,
29 const struct var_expand_table *table,
46 var_expand_table_size(const struct var_expand_table *table)
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))
/dovecot/src/lib-storage/
H A Dmail-user.h55 const struct var_expand_table *var_expand_table; member in struct:mail_user
151 const struct var_expand_table *
/dovecot/src/auth/
H A Ddb-dict.c40 const struct var_expand_table *var_expand_table; member in struct:db_dict_value_iter
459 iter->var_expand_table = auth_request_get_var_expand_table(auth_request, NULL);
470 iter->var_expand_table,
622 iter->var_expand_table, var_funcs_table,
/dovecot/src/login-common/
H A Dclient-common.c696 static struct var_expand_table login_var_expand_empty_tab[] = {
729 get_var_expand_users(struct var_expand_table *tab, const char *user)
741 static const struct var_expand_table *
744 struct var_expand_table *tab;
855 const struct var_expand_table *var_expand_table; local
861 var_expand_table = get_var_expand_table(client);
867 if (var_expand_with_funcs(str, *e, var_expand_table,
897 const struct var_expand_table tab[3] = {

Completed in 21 milliseconds