Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dconfig.h77 #ifndef MAX_NAME_SIZE
78 #define MAX_NAME_SIZE 32 macro
H A Dpcre2_error.c123 "subpattern name is too long (maximum " XSTRING(MAX_NAME_SIZE) " code units)\0"
H A Dpcre2_serialize.c233 dst_re->name_entry_size > MAX_NAME_SIZE + IMM2_SIZE + 1 || in pcre2_serialize_decode()
H A Dpcre2_compile.c2342 if (ptr > *nameptr + MAX_NAME_SIZE) in read_name()

Completed in 35 milliseconds