Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c532 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair() function
714 add_offset_pair(match_sets[i], (char *)stringlist[i], in php_pcre_match_impl()
740 add_offset_pair(result_set, (char *)stringlist[i], in php_pcre_match_impl()
758 add_offset_pair(subpats, (char *)stringlist[i], in php_pcre_match_impl()
1592 add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); in php_pcre_split_impl()
1614 add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL); in php_pcre_split_impl()
1672add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NU… in php_pcre_split_impl()

Completed in 10 milliseconds