name_idx          222 ext/pcre/php_pcre.c 	unsigned short name_idx;
name_idx          236 ext/pcre/php_pcre.c 		name_idx = 0xff * (unsigned char)name_table[0] + (unsigned char)name_table[1];
name_idx          237 ext/pcre/php_pcre.c 		subpat_names[name_idx] = name_table + 2;
name_idx          238 ext/pcre/php_pcre.c 		if (is_numeric_string(subpat_names[name_idx], strlen(subpat_names[name_idx]), NULL, NULL, 0) > 0) {