Home | History | Annotate | Download | only in src

Lines Matching refs:match_limit

198 static uint32_t match_limit = 0;
382 { OP_U32NUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
3306 if (match_limit > 0) pcre2_set_match_limit(match_context, match_limit);