Lines Matching refs:module_ctx
22 union mail_user_module_context module_ctx;
28 union mailbox_list_module_context module_ctx;
32 union mailbox_module_context module_ctx;
72 symlink_name = alist->module_ctx.super.get_storage_name(list, vname);
185 return alist->module_ctx.super.get_storage_name(list, vname);
198 ret = abox->module_ctx.super.create_box(box, update, directory);
206 symlink_name = alist->module_ctx.super.
233 symlink_name = alist->module_ctx.super.
242 return abox->module_ctx.super.delete_box(box);
273 return abox->module_ctx.super.rename_box(src, dest);
286 auser->module_ctx.super = *v;
287 user->vlast = &auser->module_ctx.super;
320 alist->module_ctx.super = *v;
321 list->vlast = &alist->module_ctx.super;
333 abox->module_ctx.super = *v;
334 box->vlast = &abox->module_ctx.super;