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

/dovecot/src/plugins/quota/
H A Dquota.c196 quota_root_settings_init(struct quota_settings *quota_set, const char *root_def, argument
205 p = strchr(root_def, ':');
207 backend_name = root_def;
210 backend_name = t_strdup_until(root_def, p);

Completed in 30 milliseconds