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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c7207 if (cd->names_found >= cd->named_group_list_size)
7209 int newsize = cd->named_group_list_size * 2;
7220 cd->named_group_list_size * sizeof(named_group));
7221 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)
7224 cd->named_group_list_size = newsize;
9320 cd->named_group_list_size = NAMED_GROUP_LIST_SIZE;
9429 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)

Completed in 41 milliseconds