Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6009 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
6093 char_set = chars[range_right - i].chars; in fast_forward_first_n_chars()
6094 char_set_end = char_set + chars[range_right - i].count; in fast_forward_first_n_chars()
6097 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6098 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6099 char_set++; in fast_forward_first_n_chars()
6101 while (char_set < char_set_end); in fast_forward_first_n_chars()

Completed in 28 milliseconds