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

/external/pcre/
H A Dconfig.h204 #ifndef MAX_NAME_SIZE
205 #define MAX_NAME_SIZE 32 macro
/external/pcre/dist/
H A Dconfig.h.generic204 #ifndef MAX_NAME_SIZE
205 #define MAX_NAME_SIZE 32
H A Dconfig-cmake.h.in54 #define MAX_NAME_SIZE 32
H A Dconfig.h.in193 #undef MAX_NAME_SIZE
H A Dpcre_compile.c440 lengths of inserts such as XSTRING(MAX_NAME_SIZE) are not known. Instead, we
506 "subpattern name is too long (maximum " XSTRING(MAX_NAME_SIZE) " characters)\0"
6980 if (namelen > MAX_NAME_SIZE)
7093 if (namelen > MAX_NAME_SIZE)

Completed in 538 milliseconds