Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6168 BOOL in_range; in fast_forward_first_n_chars() local
6212 in_range = FALSE; in fast_forward_first_n_chars()
6218 if (in_range && (i - from) > range_len && (chars[i - 1].count < 255)) in fast_forward_first_n_chars()
6227 if (!in_range) in fast_forward_first_n_chars()
6229 in_range = TRUE; in fast_forward_first_n_chars()
6234 in_range = FALSE; in fast_forward_first_n_chars()

Completed in 34 milliseconds