Lines Matching defs:super
12 struct mailbox_attribute_iter *super;
148 return abox->module_ctx.super.attribute_set(t, type, key, value);
162 return abox->module_ctx.super.attribute_get(box, type, key, value_r);
177 aiter->super = abox->module_ctx.super.
220 if (aiter->super == NULL)
226 return abox->module_ctx.super.attribute_iter_next(aiter->super);
236 if (aiter->super != NULL) {
237 if (abox->module_ctx.super.attribute_iter_deinit(aiter->super) < 0)