names_found 6878 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 6889 ext/pcre/pcrelib/pcre_compile.c if (i < cd->names_found) names_found 6895 ext/pcre/pcrelib/pcre_compile.c for (; i < cd->names_found; i++) names_found 7111 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found >= MAX_NAME_COUNT) names_found 7135 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++, ng++) names_found 7155 ext/pcre/pcrelib/pcre_compile.c if (i >= cd->names_found) /* Not a duplicate with same number */ names_found 7159 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found >= cd->named_group_list_size) names_found 7179 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].name = name; names_found 7180 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].length = namelen; names_found 7181 ext/pcre/pcrelib/pcre_compile.c cd->named_groups[cd->names_found].number = number; names_found 7182 ext/pcre/pcrelib/pcre_compile.c cd->names_found++; names_found 7280 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++, ng++) names_found 7309 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 7317 ext/pcre/pcrelib/pcre_compile.c if (i < cd->names_found) names_found 7342 ext/pcre/pcrelib/pcre_compile.c for (i++; i < cd->names_found; i++) names_found 8905 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++) names_found 8919 ext/pcre/pcrelib/pcre_compile.c IN_UCHARS((cd->names_found - i) * cd->name_entry_size)); names_found 8931 ext/pcre/pcrelib/pcre_compile.c cd->names_found++; names_found 9289 ext/pcre/pcrelib/pcre_compile.c cd->names_found = 0; names_found 9340 ext/pcre/pcrelib/pcre_compile.c (length + cd->names_found * cd->name_entry_size) * sizeof(pcre_uchar); names_found 9367 ext/pcre/pcrelib/pcre_compile.c re->name_count = cd->names_found; names_found 9403 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found > 0) names_found 9405 ext/pcre/pcrelib/pcre_compile.c int i = cd->names_found; names_found 9407 ext/pcre/pcrelib/pcre_compile.c cd->names_found = 0; names_found 2442 ext/pcre/pcrelib/pcre_internal.h int names_found; /* Number of entries so far */