Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c952 static zend_always_inline void populate_match_value_str( in populate_match_value_str() function
967 populate_match_value_str(val, subject, start_offset, end_offset); in populate_match_value()
1007 populate_match_value_str(&val1, subject, start_offset, end_offset); in add_offset_pair()
2650 populate_match_value_str(&tmp, subject, last_match_offset, offsets[0]); in php_pcre_split_impl()
2668 populate_match_value_str(&tmp, subject, offsets[2*i], offsets[2*i+1]); in php_pcre_split_impl()
2749 populate_match_value_str(&tmp, subject, start_offset, ZSTR_LEN(subject_str)); in php_pcre_split_impl()

Completed in 17 milliseconds