Home | History | Annotate | Download | only in Modules

Lines Matching refs:nextctx

793     DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \

794 nextctx->last_ctx_pos = ctx_pos; \
795 nextctx->jump = jumpvalue; \
796 nextctx->pattern = nextpattern; \
798 ctx = nextctx; \
829 SRE_MATCH_CONTEXT* nextctx;