Searched defs:wanted_modules (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/config/ |
H A D | config-connection.c | 73 const char *path, *error, *module, *const *wanted_modules; local 105 wanted_modules = array_count(&modules) == 1 ? NULL : 121 ctx = config_export_init(wanted_modules, CONFIG_DUMP_SCOPE_SET, 0,
|
H A D | doveconf.c | 720 const char *const *wanted_modules, *error; local 788 wanted_modules = array_count(&module_names) == 1 ? NULL : 829 parse_full_config ? NULL : wanted_modules, 842 ctx = config_export_init(wanted_modules, scope, 872 ret2 = config_dump_human(&filter, wanted_modules, scope, NULL, hide_passwords); 876 ctx = config_export_init(wanted_modules, CONFIG_DUMP_SCOPE_SET,
|
Completed in 124 milliseconds