Searched refs:rootp (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota-imapc.c103 struct quota_root *const *rootp; local
110 array_foreach(&quota->roots, rootp) {
111 if ((*rootp)->backend.name == quota_backend_imapc.name) {
113 (struct imapc_quota_root *)*rootp;
252 struct quota_root *const *rootp; local
262 array_foreach(&quota->roots, rootp) {
263 if ((*rootp)->backend.name == quota_backend_imapc.name) {
265 (struct imapc_quota_root *)*rootp;
H A Dquota.c860 struct quota_root *const *rootp; local
880 array_foreach(&ctx->quota->roots, rootp) {
881 if (!quota_root_is_visible(*rootp, ctx->box, FALSE))
884 rule = quota_root_rule_find((*rootp)->set, mailbox_name);
897 if (!(*rootp)->auto_updating ||
898 (*rootp)->set->have_reverse_warnings)
H A Dquota-storage.c219 struct quota_root *const *rootp; local
221 array_foreach(&quser->quota->roots, rootp) {
224 have_src_quota = quota_root_is_namespace_visible(*rootp, src_ns);
225 have_dest_quota = quota_root_is_namespace_visible(*rootp, dest_ns);

Completed in 20 milliseconds