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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c7023 if (cd->names_found >= cd->named_group_list_size)
7025 int newsize = cd->named_group_list_size * 2;
7036 cd->named_group_list_size * sizeof(named_group));
7037 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)
7040 cd->named_group_list_size = newsize;
9091 cd->named_group_list_size = NAMED_GROUP_LIST_SIZE;
9206 if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)

Completed in 92 milliseconds