Searched defs:nextctx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c784 DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \
785 nextctx->last_ctx_pos = ctx_pos; \
786 nextctx->jump = jumpvalue; \
787 nextctx->pattern = nextpattern; \
789 ctx = nextctx; \
820 SRE_MATCH_CONTEXT* nextctx; local
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c793 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; local

Completed in 75 milliseconds