Searched refs:named_group_list_size (Results 1 – 2 of 2) sorted by relevance
733 uint32_t named_group_list_size; /* Number of entries in the list */ member
4221 if (cb->names_found >= cb->named_group_list_size) in parse_regex()4223 uint32_t newsize = cb->named_group_list_size * 2; in parse_regex()4234 cb->named_group_list_size * sizeof(named_group)); in parse_regex()4235 if (cb->named_group_list_size > NAMED_GROUP_LIST_SIZE) in parse_regex()4239 cb->named_group_list_size = newsize; in parse_regex()9242 cb.named_group_list_size = NAMED_GROUP_LIST_SIZE; in pcre2_compile()9896 if (cb.named_group_list_size > NAMED_GROUP_LIST_SIZE) in pcre2_compile()