Searched defs:var_expand_table (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib/ |
H A D | var-expand.h | 4 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 D | mail-user.h | 55 const struct var_expand_table *var_expand_table; member in struct:mail_user 151 const struct var_expand_table *
|
/dovecot/src/auth/ |
H A D | db-dict.c | 40 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 D | client-common.c | 696 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