Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h547 #define REQ_CU_MAX 2000 macro
549 #define REQ_CU_MAX 1000 macro
H A Dpcre2_dfa_match.c3741 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_dfa_match()
H A Dpcre2_match.c6592 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_match()
H A Dpcre2_jit_compile.c5482 OP2(SLJIT_ADD, TMP1, 0, STR_PTR, 0, SLJIT_IMM, REQ_CU_MAX); in search_requested_char()

Completed in 61 milliseconds