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

/dovecot/src/config/
H A Dconfig-parser.c873 const char *path, *first_pos; local
875 first_pos = hash_table_lookup(ctx->seen_settings, str_c(ctx->str));
879 if (first_pos == NULL)
884 key, first_pos, first_pos);
887 if (first_pos != NULL)
889 first_pos = p_strdup_printf(ctx->pool, "%s line %u",
892 hash_table_insert(ctx->seen_settings, path, first_pos);

Completed in 9 milliseconds