Home
last modified time | relevance | path

Searched refs:match_limit_recursion (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre.h317 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
330 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
Dpcre_exec.c688 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
6486 md->match_limit_recursion = MATCH_LIMIT_RECURSION; in pcre_exec()
6501 md->match_limit_recursion = extra_data->match_limit_recursion; in pcre_exec()
Dpcre_internal.h2094 unsigned long int match_limit_recursion; /* As it says */ member
/third_party/re2/util/
Dpcre.cc50 int match_limit_recursion; member
542 extra.match_limit_recursion = stack_limit / kPCREFrameSize; in TryMatch()