Searched refs:PCRE_ERROR_RECURSIONLIMIT (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h199 #define PCRE_ERROR_RECURSIONLIMIT (-21) macro
H A Dpcre_exec.c725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);

Completed in 270 milliseconds