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

/dovecot/src/config/
H A Dconfig-parser-private.h61 bool expand_values:1; member in struct:config_parser_context
H A Dconfig-parser.c814 if (!ctx->expand_values) {
841 if (!ctx->expand_values && !expand_parent) {
969 int config_parse_file(const char *path, bool expand_values, argument
1011 ctx.expand_values = expand_values;

Completed in 9 milliseconds