Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6171 BOOL in_range; in fast_forward_first_n_chars() local
6224 in_range = FALSE; in fast_forward_first_n_chars()
6230 if (in_range && (i - from) > range_len && (chars[i - 1].count < 255)) in fast_forward_first_n_chars()
6239 if (!in_range) in fast_forward_first_n_chars()
6241 in_range = TRUE; in fast_forward_first_n_chars()
6246 in_range = FALSE; in fast_forward_first_n_chars()

Completed in 63 milliseconds