Searched refs:MAX_N_CHARS (Results 1 – 1 of 1) sorted by relevance
3448 #define MAX_N_CHARS 16 macro4336 PCRE2_UCHAR chars[MAX_N_CHARS * MAX_DIFF_CHARS]; in fast_forward_first_n_chars()4346 for (i = 0; i < MAX_N_CHARS; i++) in fast_forward_first_n_chars()4350 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()4551 #undef MAX_N_CHARS