PCRE_INFO_NAMECOUNT  192 ext/pcre/pcrelib/pcre_fullinfo.c   case PCRE_INFO_NAMECOUNT:
PCRE_INFO_NAMECOUNT   83 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT   93 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  103 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  166 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  176 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  186 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  190 ext/pcre/pcrelib/pcredemo.c   PCRE_INFO_NAMECOUNT,  /* number of named substrings */
PCRE_INFO_NAMECOUNT  505 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count);