PCRE_INFO_NAMECOUNT 395 core/RegExpObject.cpp pcre_fullinfo((pcre*)m_pcreInst, NULL, PCRE_INFO_NAMECOUNT, &nameCount); PCRE_INFO_NAMECOUNT 135 pcre/pcre_fullinfo.cpp case PCRE_INFO_NAMECOUNT: PCRE_INFO_NAMECOUNT 76 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) PCRE_INFO_NAMECOUNT 126 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) PCRE_INFO_NAMECOUNT 168 pcre/pcredemo.cpp PCRE_INFO_NAMECOUNT, /* number of named substrings */ PCRE_INFO_NAMECOUNT 1398 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount);