Lines Matching full:match_limit_recursion
183 static unsigned long int match_limit_recursion = 0;
363 { OP_LONGNUMBER, N_M_LIMIT_REC, &match_limit_recursion, "recursion-limit=number", "set PCRE match recursion limit option" },
3161 if (match_limit > 0 || match_limit_recursion > 0)
3199 if (match_limit_recursion > 0)
3202 cp->hint->match_limit_recursion = match_limit_recursion;