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

/dovecot/src/config/
H A Dconfig-parser.c805 const char *error, *path, *full_key; local
813 full_key = t_strndup(str_data(ctx->str), str_len(str)-1);
818 if (!config_require_key(ctx, full_key)) {
822 if (str_append_file(str, full_key, path, &error) < 0) {
/dovecot/src/lib-settings/
H A Dsettings-parser.c28 const char *full_key; member in struct:setting_link
100 char *full_key; local
131 prefix = link->full_key == NULL ?
133 t_strconcat(link->full_key, SETTINGS_SEPARATOR_S,
135 full_key = p_strconcat(ctx->set_pool, prefix, key, NULL);
136 new_link->full_key = full_key;
143 i_assert(hash_table_lookup(ctx->links, full_key) == NULL);
144 hash_table_insert(ctx->links, full_key, new_link);
564 link->full_key
582 char *full_key; local
[all...]

Completed in 12 milliseconds