names_found 6876 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 6887 ext/pcre/pcrelib/pcre_compile.c if (i < cd->names_found) names_found 6893 ext/pcre/pcrelib/pcre_compile.c for (; i < cd->names_found; i++) names_found 7109 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found >= MAX_NAME_COUNT) names_found 7133 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++, ng++) names_found 7153 ext/pcre/pcrelib/pcre_compile.c if (i >= cd->names_found) /* Not a duplicate with same number */ names_found 7157 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found >= cd->named_group_list_size) names_found 7177 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].name = name; names_found 7178 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].length = namelen; names_found 7179 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].number = number; names_found 7180 ext/pcre/pcrelib/pcre_compile.c cd->names_found++; names_found 7278 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++, ng++) names_found 7307 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 7315 ext/pcre/pcrelib/pcre_compile.c if (i < cd->names_found) names_found 7340 ext/pcre/pcrelib/pcre_compile.c for (i++; i < cd->names_found; i++) names_found 8903 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 8917 ext/pcre/pcrelib/pcre_compile.c IN_UCHARS((cd->names_found - i) * cd->name_entry_size)); names_found 8929 ext/pcre/pcrelib/pcre_compile.c cd->names_found++; names_found 9287 ext/pcre/pcrelib/pcre_compile.c cd->names_found = 0; names_found 9338 ext/pcre/pcrelib/pcre_compile.c (length + cd->names_found * cd->name_entry_size) * sizeof(pcre_uchar); names_found 9365 ext/pcre/pcrelib/pcre_compile.c re->name_count = cd->names_found; names_found 9401 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found > 0) names_found 9403 ext/pcre/pcrelib/pcre_compile.c int i = cd->names_found; names_found 9405 ext/pcre/pcrelib/pcre_compile.c cd->names_found = 0; names_found 2438 ext/pcre/pcrelib/pcre_internal.h int names_found; /* Number of entries so far */