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

/dovecot/src/plugins/quota/
H A Dquota.c62 static void noenforcing_param_handler(struct quota_root *_root, const char *param_value);
67 struct quota_param_parser quota_param_noenforcing = {.param_name = "noenforcing", .param_handler = noenforcing_param_handler};
1460 static void noenforcing_param_handler(struct quota_root *_root, const char *param_value ATTR_UNUSED) function

Completed in 14 milliseconds