Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h555 #define REQ_CU_MAX 5000 macro
557 #define REQ_CU_MAX 2000 macro
H A 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()
H A Dpcre2_match.c6968 if (check_length < REQ_CU_MAX || in pcre2_match()
6969 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
H A Dpcre2_jit_compile.c6351 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(REQ_CU_MAX) * 100); in search_requested_char()

Completed in 75 milliseconds