Searched refs:named_group_list_size (Results 1 – 2 of 2) sorted by relevance
703 uint32_t named_group_list_size; /* Number of entries in the list */ member
3737 if (cb->names_found >= cb->named_group_list_size) in scan_for_captures()3739 uint32_t newsize = cb->named_group_list_size * 2; in scan_for_captures()3750 cb->named_group_list_size * sizeof(named_group)); in scan_for_captures()3751 if (cb->named_group_list_size > NAMED_GROUP_LIST_SIZE) in scan_for_captures()3755 cb->named_group_list_size = newsize; in scan_for_captures()8445 cb.named_group_list_size = NAMED_GROUP_LIST_SIZE; in pcre2_compile()9073 if (cb.named_group_list_size > NAMED_GROUP_LIST_SIZE) in pcre2_compile()