Home
last modified time | relevance | path

Searched refs:match_sets (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1148 *match_sets = NULL; /* An array of sets of matches for each in php_pcre_match_impl() local
1236 array_init(&match_sets[i]); in php_pcre_match_impl()
1252 if (match_sets) { in php_pcre_match_impl()
1253 efree(match_sets); in php_pcre_match_impl()
1295 if (match_sets) efree(match_sets); in php_pcre_match_impl()
1306 &match_sets[i], subject, offsets[2*i], offsets[2*i+1], in php_pcre_match_impl()
1334 &match_sets[i], NULL, PCRE2_UNSET, PCRE2_UNSET, in php_pcre_match_impl()
1337 add_next_index_null(&match_sets[i]); in php_pcre_match_impl()
1339 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
1430 Z_ADDREF(match_sets[i]); in php_pcre_match_impl()
[all …]

Completed in 10 milliseconds