Searched defs:var_funcs_table (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Ddb-dict.c609 static struct var_expand_func_table var_funcs_table[] = { local
622 iter->var_expand_table, var_funcs_table,
H A Ddb-ldap.c631 ARRAY(struct var_expand_func_table) var_funcs_table;
632 t_array_init(&var_funcs_table, 8);
635 array_append(&var_funcs_table, ptr, 1);
637 ftable = array_append_space(&var_funcs_table);
640 ftable = array_append_space(&var_funcs_table);
643 array_append_zero(&var_funcs_table);
654 array_idx(&var_funcs_table, 0), &ctx, &error) <= 0) {
1381 static struct var_expand_func_table var_funcs_table[] = { local
1427 var_funcs_table, &ctx, &error) <= 0) {

Completed in 706 milliseconds