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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c6926 for (i = 0; i < cd->names_found; i++)
6937 if (i < cd->names_found)
6943 for (; i < cd->names_found; i++)
7159 if (cd->names_found >= MAX_NAME_COUNT)
7183 for (i = 0; i < cd->names_found; i++, ng++)
7203 if (i >= cd->names_found) /* Not a duplicate with same number */
7207 if (cd->names_found >= cd->named_group_list_size)
7227 cd->named_groups[cd->names_found].name = name;
7228 cd->named_groups[cd->names_found].length = namelen;
7229 cd->named_groups[cd->names_found]
[all...]

Completed in 44 milliseconds