Searched refs:MAX_NAME_COUNT (Results 1 - 5 of 5) sorted by relevance

/external/pcre/
H A Dconfig.h197 #ifndef MAX_NAME_COUNT
198 #define MAX_NAME_COUNT 10000 macro
/external/pcre/dist/
H A Dconfig.h.generic197 #ifndef MAX_NAME_COUNT
198 #define MAX_NAME_COUNT 10000
H A Dconfig-cmake.h.in55 #define MAX_NAME_COUNT 10000
H A Dconfig.h.in188 #undef MAX_NAME_COUNT
H A Dpcre_compile.c507 "too many named subpatterns (maximum " XSTRING(MAX_NAME_COUNT) ")\0"
6971 if (cd->names_found >= MAX_NAME_COUNT)

Completed in 164 milliseconds