Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1192 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl() local
1233 start_offset2 = subject_len + start_offset; in php_pcre_match_impl()
1235 start_offset2 = 0; in php_pcre_match_impl()
1238 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl()
1241 if (start_offset2 > subject_len) { in php_pcre_match_impl()
1288 orig_start_offset = start_offset2; in php_pcre_match_impl()
1392 start_offset2 = offsets[1]; in php_pcre_match_impl()
1398 if (start_offset2 == offsets[0]) { in php_pcre_match_impl()
1412 if (start_offset2 < subject_len) { in php_pcre_match_impl()
1415 start_offset2 += unit_len; in php_pcre_match_impl()
[all …]

Completed in 17 milliseconds