Searched refs:save_op (Results 1 – 7 of 7) sorted by relevance
47 pctx->save_op = save; in installpctx()74 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()99 if (pctx->save_op != NULL) in savepctx()100 (pctx->save_op)(pctx->arg); in savepctx()
1044 ctx->save_op = save; in installctx()1096 if (ctx->save_op == save && ctx->restore_op == restore && in removectx()1124 if (ctx->save_op != NULL) in savectx()1125 (ctx->save_op)(ctx->arg); in savectx()
150 #define SAVEOP() save_op()
932 #define save_op Perl_save_op macro3458 #define save_op() Perl_save_op(aTHX) macro
128 save_op CTXOP_SAVE
63 void (*save_op)(void *); /* function to invoke to save context */ member
81 void (*save_op)(void *); /* function to invoke to save ctx */ member