Searched refs:SRE_MAXGROUPS (Results 1 – 2 of 2) sorted by relevance
21 # define SRE_MAXGROUPS ((~(SRE_CODE)0) / 2) macro24 # define SRE_MAXGROUPS ((SRE_CODE)PY_SSIZE_T_MAX / SIZEOF_SIZE_T / 2) macro
1938 if (groups < 0 || (size_t)groups > SRE_MAXGROUPS || in _validate_outer()2933 ADD_ULONG_CONSTANT(m, "MAXGROUPS", SRE_MAXGROUPS); in sre_exec()