Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/
H A Dphp_pcre.c685 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name, int un… in add_offset_pair() function
916 add_offset_pair(&match_sets[i], subject + offsets[i<<1], in php_pcre_match_impl()
962 add_offset_pair(&result_set, subject + offsets[i<<1], in php_pcre_match_impl()
994 add_offset_pair(&result_set, subject + offsets[i<<1], in php_pcre_match_impl()
1024 add_offset_pair(subpats, subject + offsets[i<<1], in php_pcre_match_impl()
1057 add_offset_pair(subpats, subject + offsets[i<<1], in php_pcre_match_impl()
2326add_offset_pair(return_value, last_match, (int)(&ZSTR_VAL(subject_str)[offsets[0]]-last_match), ne… in php_pcre_split_impl()
2348add_offset_pair(return_value, &ZSTR_VAL(subject_str)[offsets[i<<1]], match_len, offsets[i<<1], NUL… in php_pcre_split_impl()
2389add_offset_pair(return_value, &ZSTR_VAL(subject_str)[start_offset], ZSTR_LEN(subject_str) - start_… in php_pcre_split_impl()

Completed in 16 milliseconds