Searched refs:MAX_N_CHARS (Results 1 – 1 of 1) sorted by relevance
3203 #define MAX_N_CHARS 16 macro3578 pcre_uint32 chars[MAX_N_CHARS * 2]; in fast_forward_first_n_chars()3579 pcre_uint8 bytes[MAX_N_CHARS * MAX_N_BYTES]; in fast_forward_first_n_chars()3580 pcre_uint8 ones[MAX_N_CHARS]; in fast_forward_first_n_chars()3590 for (i = 0; i < MAX_N_CHARS; i++) in fast_forward_first_n_chars()3598 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()3814 #undef MAX_N_CHARS
Completed in 23 milliseconds