PCRE_INFO_NAMECOUNT  167 pcre/pcrelib/pcre_fullinfo.c   case PCRE_INFO_NAMECOUNT:
PCRE_INFO_NAMECOUNT   80 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT   90 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  149 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  159 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  190 pcre/pcrelib/pcredemo.c   PCRE_INFO_NAMECOUNT,  /* number of named substrings */
PCRE_INFO_NAMECOUNT  193 pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt);