Searched refs:new_roots (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/config/
H A Dconfig-parser.c1073 ARRAY_TYPE(setting_parser_info_p) new_roots;
1083 i_array_init(&new_roots, 64);
1090 array_append(&new_roots, &roots[i], 1);
1105 if (array_count(&new_roots) > 0) {
1109 array_append(&new_roots, &all_roots[i], 1);
1110 array_append_zero(&new_roots);
1111 all_roots = array_idx(&new_roots, 0);
1112 roots_free_at_deinit = new_roots;
1114 array_free(&new_roots);
/dovecot/src/lib-settings/
H A Dsettings-parser.c1805 const struct setting_parser_info *old_parent, **new_roots; local
1820 new_roots = p_new(pool, const struct setting_parser_info *, count + 1);
1823 new_roots[i] = new_parent;
1825 new_roots[i] = roots[i];
1827 *_roots = new_roots;

Completed in 15 milliseconds