Home
last modified time | relevance | path

Searched refs:SRE_REPEAT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Dsre.h60 } SRE_REPEAT; typedef
85 SRE_REPEAT *repeat;
Dsre_lib.h541 SRE_REPEAT* rep;
991 ctx->u.rep = (SRE_REPEAT*) PyObject_MALLOC(sizeof(*ctx->u.rep)); in SRE()
/external/python/cpython2/Modules/
Dsre.h71 } SRE_REPEAT; typedef
93 SRE_REPEAT *repeat;
D_sre.c805 SRE_REPEAT* rep;
1179 ctx->u.rep = (SRE_REPEAT*) PyObject_MALLOC(sizeof(*ctx->u.rep)); in SRE_MATCH()