HomeSort by relevance Sort by last modified time
    Searched refs:rec_limit (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_auto_possess.c 509 rec_limit points to recursion depth counter
516 const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit)
533 if (--(*rec_limit) <= 0) return FALSE; /* Recursion has gone too deep */
639 if (!compare_opcodes(code, utf, cb, base_list, base_end, rec_limit))
660 if (!compare_opcodes(next_code, utf, cb, base_list, base_end, rec_limit))
1102 int rec_limit = 1000; \/* Was 10,000 but clang+ASAN uses a lot of stack. *\/ local
    [all...]
  /external/python/cpython3/Lib/test/
test_traceback.py 351 rec_limit = sys.getrecursionlimit()
352 self.assertIn(int(re.search(r"\d+", actual[-2]).group()), range(rec_limit-60, rec_limit))
    [all...]

Completed in 407 milliseconds