Lines Matching refs:root
77 /* Add a new rule too the quota root. Returns 0 if ok, -1 if rule is invalid. */
80 /* Add a new warning rule for the quota root. Returns 0 if ok, -1 if rule is
96 /* Return quota root or NULL. */
99 /* Returns name of the quota root. */
100 const char *quota_root_get_name(struct quota_root *root);
101 /* Return a list of all resources set for the quota root. */
102 const char *const *quota_root_get_resources(struct quota_root *root);
103 /* Returns TRUE if quota root is marked as hidden (so it shouldn't be visible
105 bool quota_root_is_hidden(struct quota_root *root);
110 quota_get_resource(struct quota_root *root, const char *mailbox_name,
114 int quota_set_resource(struct quota_root *root, const char *name,
143 int quota_parse_parameters(struct quota_root *root, const char **args, const char **error_r,