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

/barrelfish-master/lib/pcre/
H A Dconfig.h244 #ifndef MAX_NAME_COUNT
245 #define MAX_NAME_COUNT 10000 macro
H A Dpcre_compile.c513 "too many named subpatterns (maximum " XSTRING(MAX_NAME_COUNT) ")\0"
7159 if (cd->names_found >= MAX_NAME_COUNT)

Completed in 41 milliseconds