Searched refs:PCRE_ERROR_RECURSIONLIMIT (Results 1 – 5 of 5) sorted by relevance
199 #define PCRE_ERROR_RECURSIONLIMIT (-21) macro
723 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
3838 PCRE_ERROR_MATCHLIMIT and PCRE_ERROR_RECURSIONLIMIT errors, which are
80 case PCRE_ERROR_RECURSIONLIMIT: in pcre_handle_exec_error()
3192 limit is exceeded, pcre_exec() returns PCRE_ERROR_RECURSIONLIMIT.3707 PCRE_ERROR_RECURSIONLIMIT (-21)8473 what is counted are not the same. The PCRE_ERROR_RECURSIONLIMIT error
Completed in 59 milliseconds