Home
last modified time | relevance | path

Searched refs:SRE_OP_INFO (Results 1 – 2 of 2) 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()
3040 case SRE_OP_INFO: in _validate_inner()