Searched refs:MAX_N_CHARS (Results 1 – 1 of 1) sorted by relevance
3179 #define MAX_N_CHARS 16 macro3549 pcre_uint32 chars[MAX_N_CHARS * 2]; in fast_forward_first_n_chars()3550 pcre_uint8 bytes[MAX_N_CHARS * MAX_N_BYTES]; in fast_forward_first_n_chars()3551 pcre_uint8 ones[MAX_N_CHARS]; in fast_forward_first_n_chars()3560 for (i = 0; i < MAX_N_CHARS; i++) in fast_forward_first_n_chars()3567 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS); in fast_forward_first_n_chars()3783 #undef MAX_N_CHARS
Completed in 24 milliseconds