match_sets        592 ext/pcre/php_pcre.c 				   **match_sets = NULL;	/* An array of sets of matches for each
match_sets        680 ext/pcre/php_pcre.c 		match_sets = (zval **)safe_emalloc(num_subpats, sizeof(zval *), 0);
match_sets        682 ext/pcre/php_pcre.c 			ALLOC_ZVAL(match_sets[i]);
match_sets        683 ext/pcre/php_pcre.c 			array_init(match_sets[i]);
match_sets        684 ext/pcre/php_pcre.c 			INIT_PZVAL(match_sets[i]);
match_sets        715 ext/pcre/php_pcre.c 					if (match_sets) efree(match_sets);
match_sets        725 ext/pcre/php_pcre.c 								add_offset_pair(match_sets[i], (char *)stringlist[i],
match_sets        728 ext/pcre/php_pcre.c 								add_next_index_stringl(match_sets[i], (char *)stringlist[i],
match_sets        747 ext/pcre/php_pcre.c 								add_next_index_string(match_sets[i], "", 1);
match_sets        833 ext/pcre/php_pcre.c 								 strlen(subpat_names[i])+1, &match_sets[i], sizeof(zval *), NULL);
match_sets        834 ext/pcre/php_pcre.c 				Z_ADDREF_P(match_sets[i]);
match_sets        836 ext/pcre/php_pcre.c 			zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i], sizeof(zval *), NULL);
match_sets        838 ext/pcre/php_pcre.c 		efree(match_sets);