Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c7159 if (cd->names_found >= cd->named_group_list_size) in compile_branch()
7161 int newsize = cd->named_group_list_size * 2; in compile_branch()
7172 cd->named_group_list_size * sizeof(named_group)); in compile_branch()
7173 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE) in compile_branch()
7176 cd->named_group_list_size = newsize; in compile_branch()
9301 cd->named_group_list_size = NAMED_GROUP_LIST_SIZE; in pcre_compile2()
9410 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE) in pcre_compile2()
H A Dpcre_internal.h2444 int named_group_list_size; /* Number of entries in the list */ member

Completed in 47 milliseconds