Searched refs:match_sets (Results 1 – 1 of 1) sorted by relevance
755 *match_sets = NULL; /* An array of sets of matches for each in php_pcre_match_impl() local852 array_init(&match_sets[i]); in php_pcre_match_impl()906 if (match_sets) efree(match_sets); in php_pcre_match_impl()916 add_offset_pair(&match_sets[i], subject + offsets[i<<1], in php_pcre_match_impl()923 add_next_index_null(&match_sets[i]); in php_pcre_match_impl()925 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()948 add_next_index_null(&match_sets[i]); in php_pcre_match_impl()950 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()1117 strlen(subpat_names[i]), &match_sets[i]); in php_pcre_match_impl()1118 Z_ADDREF(match_sets[i]); in php_pcre_match_impl()[all …]
Completed in 47 milliseconds