Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h555 #define REQ_CU_MAX 5000 macro
557 #define REQ_CU_MAX 2000 macro
Dpcre2_dfa_match.c3832 if (check_length < REQ_CU_MAX || in pcre2_dfa_match()
3833 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
Dpcre2_match.c6973 if (check_length < REQ_CU_MAX || in pcre2_match()
6974 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
Dpcre2_jit_compile.c6426 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(REQ_CU_MAX) * 100); in search_requested_char()