name_idx          196 ext/pcre/php_pcre.c 	unsigned short name_idx;
name_idx          218 ext/pcre/php_pcre.c 			name_idx = 0xff * (unsigned char)name_table[0] + (unsigned char)name_table[1];
name_idx          219 ext/pcre/php_pcre.c 			subpat_names[name_idx] = name_table + 2;
name_idx          220 ext/pcre/php_pcre.c 			if (is_numeric_string(subpat_names[name_idx], strlen(subpat_names[name_idx]), NULL, NULL, 0) > 0) {