Lines Matching refs:abox
141 struct acl_mailbox *abox = ACL_CONTEXT_REQUIRE(t->box);
148 return abox->module_ctx.super.attribute_set(t, type, key, value);
155 struct acl_mailbox *abox = ACL_CONTEXT_REQUIRE(box);
162 return abox->module_ctx.super.attribute_get(box, type, key, value_r);
169 struct acl_mailbox *abox = ACL_CONTEXT_REQUIRE(box);
177 aiter->super = abox->module_ctx.super.
183 aiter->acl_iter = acl_object_list_init(abox->aclobj);
217 struct acl_mailbox *abox = ACL_CONTEXT_REQUIRE(iter->box);
226 return abox->module_ctx.super.attribute_iter_next(aiter->super);
233 struct acl_mailbox *abox = ACL_CONTEXT_REQUIRE(iter->box);
237 if (abox->module_ctx.super.attribute_iter_deinit(aiter->super) < 0)