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.h566 #define REQ_CU_MAX 1000 macro
Dpcre2_dfa_match.c3511 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_dfa_match()
Dpcre2_match.c6933 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_match()
Dpcre2_jit_compile.c4748 OP2(SLJIT_ADD, TMP1, 0, STR_PTR, 0, SLJIT_IMM, REQ_CU_MAX); in search_requested_char()