Searched defs:hide_passwords (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/config/ |
H A D | doveconf.c | 174 const char *setting_name_filter, bool hide_passwords) 309 if (hide_passwords && value[1] != '\0' && 406 const char *const *modules, bool hide_passwords) 425 if (config_dump_human_output(ctx, output, indent, NULL, hide_passwords) < 0) 437 bool hide_passwords) 449 ret = config_dump_human_output(ctx, output, 0, setting_name_filter, hide_passwords); 453 ret = config_dump_human_sections(output, filter, modules, hide_passwords); 463 bool hide_passwords) 496 (void)config_dump_human(filter, NULL, scope, setting_name_filter, hide_passwords); 727 bool print_plugin_banner = FALSE, hide_passwords local 172 config_dump_human_output(struct config_dump_human_context *ctx, struct ostream *output, unsigned int indent, const char *setting_name_filter, bool hide_passwords) argument 404 config_dump_human_sections(struct ostream *output, const struct config_filter *filter, const char *const *modules, bool hide_passwords) argument 435 config_dump_human(const struct config_filter *filter, const char *const *modules, enum config_dump_scope scope, const char *setting_name_filter, bool hide_passwords) argument 461 config_dump_one(const struct config_filter *filter, bool hide_key, enum config_dump_scope scope, const char *setting_name_filter, bool hide_passwords) argument [all...] |
Completed in 13 milliseconds