Lines Matching refs:match_sets
1016 *match_sets = NULL; /* An array of sets of matches for each in php_pcre_match_impl() local
1097 match_sets = (zval *)safe_emalloc(num_subpats, sizeof(zval), 0); in php_pcre_match_impl()
1099 array_init(&match_sets[i]); in php_pcre_match_impl()
1115 if (match_sets) { in php_pcre_match_impl()
1116 efree(match_sets); in php_pcre_match_impl()
1155 if (match_sets) efree(match_sets); in php_pcre_match_impl()
1165 add_offset_pair(&match_sets[i], subject + offsets[i<<1], in php_pcre_match_impl()
1172 add_next_index_null(&match_sets[i]); in php_pcre_match_impl()
1174 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
1177 add_next_index_stringl(&match_sets[i], subject + offsets[i<<1], in php_pcre_match_impl()
1198 add_next_index_null(&match_sets[i]); in php_pcre_match_impl()
1200 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
1404 strlen(subpat_names[i]), &match_sets[i]); in php_pcre_match_impl()
1405 Z_ADDREF(match_sets[i]); in php_pcre_match_impl()
1407 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
1411 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
1414 efree(match_sets); in php_pcre_match_impl()