Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4324 BOOL in_range; in fast_forward_first_n_chars() local
4336 in_range = FALSE; in fast_forward_first_n_chars()
4342 if (in_range && (i - from) > range_len && (chars[(i - 1) * MAX_DIFF_CHARS] < 255)) in fast_forward_first_n_chars()
4351 if (!in_range) in fast_forward_first_n_chars()
4353 in_range = TRUE; in fast_forward_first_n_chars()
4358 in_range = FALSE; in fast_forward_first_n_chars()

Completed in 37 milliseconds