Lines Matching defs:super
33 struct mail_index_transaction_vfuncs super;
63 struct mail_index_transaction_vfuncs super = ctx->super;
66 super.reset(t);
74 struct mail_index_transaction_vfuncs super = ctx->super;
79 return super.commit(t, result_r);
86 struct mail_index_transaction_vfuncs super = ctx->super;
89 super.rollback(t);
113 ctx->super = t->v;