Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre_constants.h15 #define SRE_OP_FAILURE 0 macro
D_sre.c436 case SRE_OP_FAILURE: in SRE_CHARSET()
1431 case SRE_OP_FAILURE: in SRE_MATCH()
2999 case SRE_OP_FAILURE: in _validate_inner()
3035 if (code[skip-2] != SRE_OP_FAILURE) in _validate_inner()
3089 if (newcode[-1] != SRE_OP_FAILURE) in _validate_inner()