Searched refs:PCRE_ERROR_RECURSIONLIMIT (Results 1 - 2 of 2) sorted by relevance
/forgerock/web-agents-v4/pcre/ | ||
H A D | pcre.h | 199 #define PCRE_ERROR_RECURSIONLIMIT (-21) macro |
H A D | pcre_exec.c | 725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); |
Completed in 270 milliseconds