match_sets 639 ext/pcre/php_pcre.c *match_sets = NULL; /* An array of sets of matches for each match_sets 731 ext/pcre/php_pcre.c match_sets = (zval *)safe_emalloc(num_subpats, sizeof(zval), 0); match_sets 733 ext/pcre/php_pcre.c array_init(&match_sets[i]); match_sets 770 ext/pcre/php_pcre.c if (match_sets) efree(match_sets); match_sets 780 ext/pcre/php_pcre.c add_offset_pair(&match_sets[i], (char *)stringlist[i], match_sets 785 ext/pcre/php_pcre.c add_next_index_stringl(&match_sets[i], (char *)stringlist[i], match_sets 803 ext/pcre/php_pcre.c add_next_index_string(&match_sets[i], ""); match_sets 921 ext/pcre/php_pcre.c strlen(subpat_names[i]), &match_sets[i]); match_sets 922 ext/pcre/php_pcre.c Z_ADDREF(match_sets[i]); match_sets 924 ext/pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); match_sets 928 ext/pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); match_sets 931 ext/pcre/php_pcre.c efree(match_sets);