Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6013 BOOL in_range; in fast_forward_first_n_chars() local
6057 in_range = FALSE; in fast_forward_first_n_chars()
6063 if (in_range && (i - from) > range_len && (chars[i - 1].count < 255)) in fast_forward_first_n_chars()
6072 if (!in_range) in fast_forward_first_n_chars()
6074 in_range = TRUE; in fast_forward_first_n_chars()
6079 in_range = FALSE; in fast_forward_first_n_chars()

Completed in 35 milliseconds