PCRE_INFO_NAMECOUNT  194 ext/pcre/pcrelib/pcre_fullinfo.c   case PCRE_INFO_NAMECOUNT:
PCRE_INFO_NAMECOUNT   85 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT   95 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  105 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  168 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  178 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  188 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  194 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt);