Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h735 uint32_t named_group_list_size; /* Number of entries in the list */ member
H A Dpcre2_compile.c4575 if (cb->names_found >= cb->named_group_list_size) in parse_regex()
4577 uint32_t newsize = cb->named_group_list_size * 2; in parse_regex()
4588 cb->named_group_list_size * sizeof(named_group)); in parse_regex()
4589 if (cb->named_group_list_size > NAMED_GROUP_LIST_SIZE) in parse_regex()
4593 cb->named_group_list_size = newsize; in parse_regex()
9771 cb.named_group_list_size = NAMED_GROUP_LIST_SIZE; in pcre2_compile()
10473 if (cb.named_group_list_size > NAMED_GROUP_LIST_SIZE) in pcre2_compile()

Completed in 38 milliseconds