name_cnt          193 ext/pcre/php_pcre.c 	int name_cnt = 0, name_size, ni = 0;
name_cnt          199 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt);
name_cnt          205 ext/pcre/php_pcre.c 	if (name_cnt > 0) {
name_cnt          217 ext/pcre/php_pcre.c 		while (ni++ < name_cnt) {