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

/dovecot/src/lib-settings/
H A Dsettings-parser.c736 const char *end, *parent_key; local
758 parent_key = t_strdup_until(key, end);
759 link = hash_table_lookup(ctx->links, parent_key);
766 if (!settings_find_key_nth(ctx, parent_key, &parent_n,
773 strcmp(parent_link->full_key, parent_key) != 0)
780 /* setting parent_key=0 adds it to links list */
781 if (settings_parse_keyvalue(ctx, parent_key, "0") <= 0)
784 link = hash_table_lookup(ctx->links, parent_key);

Completed in 11 milliseconds