subpat_names      223 ext/pcre/php_pcre.c 	char **subpat_names;
subpat_names      234 ext/pcre/php_pcre.c 	subpat_names = (char **)ecalloc(num_subpats, sizeof(char *));
subpat_names      237 ext/pcre/php_pcre.c 		subpat_names[name_idx] = name_table + 2;
subpat_names      238 ext/pcre/php_pcre.c 		if (is_numeric_string(subpat_names[name_idx], strlen(subpat_names[name_idx]), NULL, NULL, 0) > 0) {
subpat_names      240 ext/pcre/php_pcre.c 			efree(subpat_names);
subpat_names      245 ext/pcre/php_pcre.c 	return subpat_names;
subpat_names      651 ext/pcre/php_pcre.c 	char 		   **subpat_names;		/* Array for named subpatterns */
subpat_names      715 ext/pcre/php_pcre.c 	subpat_names = NULL;
subpat_names      717 ext/pcre/php_pcre.c 		subpat_names = make_subpats_table(num_subpats, pce);
subpat_names      718 ext/pcre/php_pcre.c 		if (!subpat_names) {
subpat_names      762 ext/pcre/php_pcre.c 					if (subpat_names) {
subpat_names      763 ext/pcre/php_pcre.c 						efree(subpat_names);
subpat_names      811 ext/pcre/php_pcre.c 						if (subpat_names) {
subpat_names      815 ext/pcre/php_pcre.c 													offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], subpat_names[i]);
subpat_names      819 ext/pcre/php_pcre.c 									if (subpat_names[i]) {
subpat_names      820 ext/pcre/php_pcre.c 										add_assoc_stringl(&result_set, subpat_names[i], (char *)stringlist[i],
subpat_names      849 ext/pcre/php_pcre.c 					if (subpat_names) {
subpat_names      854 ext/pcre/php_pcre.c 												offsets[i<<1], subpat_names[i]);
subpat_names      858 ext/pcre/php_pcre.c 								if (subpat_names[i]) {
subpat_names      859 ext/pcre/php_pcre.c 									add_assoc_stringl(subpats, subpat_names[i], (char *)stringlist[i],
subpat_names      917 ext/pcre/php_pcre.c 		if (subpat_names) {
subpat_names      919 ext/pcre/php_pcre.c 				if (subpat_names[i]) {
subpat_names      920 ext/pcre/php_pcre.c 					zend_hash_str_update(Z_ARRVAL_P(subpats), subpat_names[i],
subpat_names      921 ext/pcre/php_pcre.c 									 strlen(subpat_names[i]), &match_sets[i]);
subpat_names      943 ext/pcre/php_pcre.c 	if (subpat_names) {
subpat_names      944 ext/pcre/php_pcre.c 		efree(subpat_names);
subpat_names     1013 ext/pcre/php_pcre.c static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, unsigned char *mark)
subpat_names     1021 ext/pcre/php_pcre.c 	if (subpat_names) {
subpat_names     1023 ext/pcre/php_pcre.c 			if (subpat_names[i]) {
subpat_names     1024 ext/pcre/php_pcre.c 				add_assoc_stringl(&args[0], subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<1]);
subpat_names     1086 ext/pcre/php_pcre.c 	char 			**subpat_names;		/* Array for named subpatterns */
subpat_names     1142 ext/pcre/php_pcre.c 	subpat_names = NULL;
subpat_names     1144 ext/pcre/php_pcre.c 		subpat_names = make_subpats_table(num_subpats, pce);
subpat_names     1145 ext/pcre/php_pcre.c 		if (!subpat_names) {
subpat_names     1256 ext/pcre/php_pcre.c 				eval_result = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, mark);
subpat_names     1340 ext/pcre/php_pcre.c 	if (UNEXPECTED(subpat_names)) {
subpat_names     1341 ext/pcre/php_pcre.c 		efree(subpat_names);