Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h554 #define REQ_CU_MAX 5000 macro
556 #define REQ_CU_MAX 2000 macro
H A Dpcre2_dfa_match.c3910 if (check_length < REQ_CU_MAX || in pcre2_dfa_match()
3911 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
H A Dpcre2_match.c7205 if (check_length < REQ_CU_MAX || in pcre2_match()
7206 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
H A Dpcre2_jit_compile.c6500 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(REQ_CU_MAX) * 100); in search_requested_char()

Completed in 75 milliseconds