Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6164 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
6248 char_set = chars[range_right - i].chars; in fast_forward_first_n_chars()
6249 char_set_end = char_set + chars[range_right - i].count; in fast_forward_first_n_chars()
6252 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6253 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6254 char_set++; in fast_forward_first_n_chars()
6256 while (char_set < char_set_end); in fast_forward_first_n_chars()

Completed in 33 milliseconds