Home
last modified time | relevance | path

Searched refs:DATA_ALLOC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsre_lib.h474 #define DATA_ALLOC(t,p) \ macro
513 DATA_ALLOC(SRE(match_context), nextctx); \
561 DATA_ALLOC(SRE(match_context), ctx); in SRE()
/external/python/cpython2/Modules/
D_sre.c746 #define DATA_ALLOC(t,p) \ macro
785 DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \
825 DATA_ALLOC(SRE_MATCH_CONTEXT, ctx); in SRE_MATCH()