Lines Matching defs:hide_passwords
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 = TRUE;
775 hide_passwords = FALSE;
857 setting_name_filters[i], hide_passwords) < 0)
872 ret2 = config_dump_human(&filter, wanted_modules, scope, NULL, hide_passwords);