Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_MATCHLIMIT (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h379 #define PCRE2_ERROR_MATCHLIMIT (-47) macro
H A Dpcre2_dfa_match.c558 if (mb->match_call_count++ >= mb->match_limit) return PCRE2_ERROR_MATCHLIMIT; in internal_dfa_match()
H A Dpcre2_match.c746 if (mb->match_call_count++ >= mb->match_limit) return PCRE2_ERROR_MATCHLIMIT; in match()
H A Dpcre2_jit_compile.c13888 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_MATCHLIMIT); in jit_compile()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c112 case PCRE2_ERROR_MATCHLIMIT: in pcre_handle_exec_error()

Completed in 64 milliseconds