result_set        590 ext/pcre/php_pcre.c 	zval			*result_set,		/* Holds a set of subpatterns after
result_set        752 ext/pcre/php_pcre.c 						ALLOC_ZVAL(result_set);
result_set        753 ext/pcre/php_pcre.c 						array_init(result_set);
result_set        754 ext/pcre/php_pcre.c 						INIT_PZVAL(result_set);
result_set        759 ext/pcre/php_pcre.c 								add_offset_pair(result_set, (char *)stringlist[i],
result_set        763 ext/pcre/php_pcre.c 									add_assoc_stringl(result_set, subpat_names[i], (char *)stringlist[i],
result_set        766 ext/pcre/php_pcre.c 								add_next_index_stringl(result_set, (char *)stringlist[i],
result_set        772 ext/pcre/php_pcre.c 							add_assoc_string(result_set, "MARK", (char *) mark, 1);
result_set        775 ext/pcre/php_pcre.c 						zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL);