Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4320 pcre_uchar *char_set, *char_set_end; in fast_forward_first_n_chars() local
4370 char_set = chars + ((range_right - i) * MAX_DIFF_CHARS); in fast_forward_first_n_chars()
4371 SLJIT_ASSERT(char_set[0] > 0 && char_set[0] < 255); in fast_forward_first_n_chars()
4372 char_set_end = char_set + char_set[0]; in fast_forward_first_n_chars()
4373 char_set++; in fast_forward_first_n_chars()
4374 while (char_set <= char_set_end) in fast_forward_first_n_chars()
4376 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
4377 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
4378 char_set++; in fast_forward_first_n_chars()

Completed in 29 milliseconds