Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5935 BOOL in_range; in fast_forward_first_n_chars() local
5979 in_range = FALSE; in fast_forward_first_n_chars()
5985 if (in_range && (i - from) > range_len && (chars[i - 1].count < 255)) in fast_forward_first_n_chars()
5994 if (!in_range) in fast_forward_first_n_chars()
5996 in_range = TRUE; in fast_forward_first_n_chars()
6001 in_range = FALSE; in fast_forward_first_n_chars()

Completed in 32 milliseconds