Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dconfig.h279 #ifndef MAX_NAME_SIZE
280 #define MAX_NAME_SIZE 32 macro
H A Dpcre_compile.c512 "subpattern name is too long (maximum " XSTRING(MAX_NAME_SIZE) " characters)\0"
7210 if (namelen > MAX_NAME_SIZE) in compile_branch()
7324 if (namelen > MAX_NAME_SIZE) in compile_branch()

Completed in 35 milliseconds