Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c1198 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl() local
1239 start_offset2 = subject_len + start_offset; in php_pcre_match_impl()
1241 start_offset2 = 0; in php_pcre_match_impl()
1244 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl()
1247 if (start_offset2 > subject_len) { in php_pcre_match_impl()
1294 orig_start_offset = start_offset2; in php_pcre_match_impl()
1398 start_offset2 = offsets[1]; in php_pcre_match_impl()
1404 if (start_offset2 == offsets[0]) { in php_pcre_match_impl()
1418 if (start_offset2 < subject_len) { in php_pcre_match_impl()
1421 start_offset2 += unit_len; in php_pcre_match_impl()
[all …]

Completed in 16 milliseconds