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

/dovecot/src/lib/
H A Dmodule-dir.c447 const char *path, *stripped_name, *suffixless_name; local
450 stripped_name = module_file_get_name(name);
451 suffixless_name = module_name_drop_suffix(stripped_name);
457 ret = module_load(path, stripped_name, set, modules, &module, &error);

Completed in 566 milliseconds