Home
last modified time | relevance | path

Searched refs:SRE_OP_INFO (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dsre_constants.h32 #define SRE_OP_INFO 17 macro
D_sre.c835 if (ctx->pattern[0] == SRE_OP_INFO) { in SRE_MATCH()
983 case SRE_OP_INFO: in SRE_MATCH()
1516 if (pattern[0] == SRE_OP_INFO) { in SRE_SEARCH()
2271 (self->code[0] != SRE_OP_INFO || self->code[3] == 0)) in pattern_split()
2273 if (self->code[0] == SRE_OP_INFO && self->code[4] == 0) { in pattern_split()
3054 case SRE_OP_INFO: in _validate_inner()
/external/python/cpython3/Modules/
Dsre_constants.h30 #define SRE_OP_INFO 15 macro
Dsre_lib.h573 if (ctx->pattern[0] == SRE_OP_INFO) { in SRE()
787 case SRE_OP_INFO: in SRE()
1386 if (pattern[0] == SRE_OP_INFO) { in SRE()
D_sre.c1644 case SRE_OP_INFO: in _validate_inner()