Searched refs:nextctx (Results 1 – 2 of 2) sorted by relevance
513 DATA_ALLOC(SRE(match_context), nextctx); \514 nextctx->last_ctx_pos = ctx_pos; \515 nextctx->jump = jumpvalue; \516 nextctx->pattern = nextpattern; \517 nextctx->toplevel = toplevel_; \519 ctx = nextctx; \557 SRE(match_context)* nextctx; in SRE()
785 DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \786 nextctx->last_ctx_pos = ctx_pos; \787 nextctx->jump = jumpvalue; \788 nextctx->pattern = nextpattern; \790 ctx = nextctx; \821 SRE_MATCH_CONTEXT* nextctx; in SRE_MATCH() local