Home | History | Annotate | Download | only in Modules

Lines Matching defs:nextctx

799     DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \

800 nextctx->last_ctx_pos = ctx_pos; \
801 nextctx->jump = jumpvalue; \
802 nextctx->pattern = nextpattern; \
804 ctx = nextctx; \
835 SRE_MATCH_CONTEXT* nextctx;