Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5931 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
6015 char_set = chars[range_right - i].chars; in fast_forward_first_n_chars()
6016 char_set_end = char_set + chars[range_right - i].count; in fast_forward_first_n_chars()
6019 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6020 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6021 char_set++; in fast_forward_first_n_chars()
6023 while (char_set < char_set_end); in fast_forward_first_n_chars()

Completed in 31 milliseconds