Searched refs:add_offset_pair (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 651 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair() function 854 add_offset_pair(&match_sets[i], (char *)stringlist[i], in php_pcre_match_impl() 888 add_offset_pair(&result_set, (char *)stringlist[i], in php_pcre_match_impl() 904 add_offset_pair(&result_set, (char *)stringlist[i], in php_pcre_match_impl() 926 add_offset_pair(subpats, (char *)stringlist[i], in php_pcre_match_impl() 943 add_offset_pair(subpats, (char *)stringlist[i], in php_pcre_match_impl() 1849 …add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NUL… in php_pcre_split_impl() 1871 add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL); in php_pcre_split_impl() 1912 …add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NU… in php_pcre_split_impl()
|
Completed in 8 milliseconds