Searched refs:MAX_DIFF_CHARS (Results 1 – 1 of 1) sorted by relevance
3449 #define MAX_DIFF_CHARS 6 macro3470 if (len >= MAX_DIFF_CHARS - 1) in add_prefix_char()3711 chars += MAX_DIFF_CHARS; in scan_prefix()3786 chars += MAX_DIFF_CHARS; in scan_prefix()3860 chars += MAX_DIFF_CHARS; in scan_prefix()4336 PCRE2_UCHAR chars[MAX_N_CHARS * MAX_DIFF_CHARS]; in fast_forward_first_n_chars()4347 chars[i * MAX_DIFF_CHARS] = 0; in fast_forward_first_n_chars()4361 if (in_range && (i - from) > range_len && (chars[(i - 1) * MAX_DIFF_CHARS] < 255)) in fast_forward_first_n_chars()4367 if (i < max && chars[i * MAX_DIFF_CHARS] < 255) in fast_forward_first_n_chars()4369 SLJIT_ASSERT(chars[i * MAX_DIFF_CHARS] > 0); in fast_forward_first_n_chars()[all …]