Home
last modified time | relevance | path

Searched refs:nextctx (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
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; in SRE_MATCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
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; in SRE_MATCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c799 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; in SRE_MATCH() local