Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c7157 if (cd->names_found >= cd->named_group_list_size) in compile_branch()
7159 int newsize = cd->named_group_list_size * 2; in compile_branch()
7170 cd->named_group_list_size * sizeof(named_group)); in compile_branch()
7171 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE) in compile_branch()
7174 cd->named_group_list_size = newsize; in compile_branch()
9304 cd->named_group_list_size = NAMED_GROUP_LIST_SIZE; in pcre_compile2()
9413 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE) in pcre_compile2()
H A Dpcre_internal.h2440 int named_group_list_size; /* Number of entries in the list */ member

Completed in 45 milliseconds