Home
last modified time | relevance | path

Searched refs:depth_limit (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/testdata/
Dtestinput1556 aaaaaaaaaaaaaz\=depth_limit=10
78 aaaaaaaaaaaaaz\=depth_limit=1000
88 aaaaaaaaaaaaaz\=depth_limit=10
Dtestoutput15136 aaaaaaaaaaaaaz\=depth_limit=10
185 aaaaaaaaaaaaaz\=depth_limit=1000
208 aaaaaaaaaaaaaz\=depth_limit=10
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_instruction.cpp391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local
394 if (cur_depth > depth_limit) { in LimitCheckStruct()
396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local
394 if (cur_depth > depth_limit) { in LimitCheckStruct()
396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_instruction.cpp250 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local
253 if (cur_depth > depth_limit) { in LimitCheckStruct()
255 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
/third_party/spirv-tools/source/val/
Dvalidate_instruction.cpp391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local
394 if (cur_depth > depth_limit) { in LimitCheckStruct()
396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
/third_party/pcre2/pcre2/src/
Dpcre2_context.c435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
Dpcre2grep.c258 static uint32_t depth_limit = 0; variable
453 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "depth-limit=number", "set PCRE2 depth limit option"…
454 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "recursion-limit=number", "obsolete synonym for dept…
4135 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
Dpcre2_intmodedep.h592 uint32_t depth_limit; member
Dpcre2_dfa_match.c3451 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3466 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
Dpcre2test.c662 { "depth_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) },
731 …{ "recursion_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) },…
4443 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local
4481 switch(pattern_info(PCRE2_INFO_DEPTHLIMIT, &depth_limit, TRUE)) in show_pattern_info()
4532 fprintf(outfile, "Depth limit = %u\n", depth_limit); in show_pattern_info()
Dpcre2_match.c6822 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()
6823 mcontext->depth_limit : re->limit_depth; in pcre2_match()
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt1112 depth_limit=<n> set a depth limit
1129 recursion_limit=<n> obsolete synonym for depth_limit
1412 The heap_limit, match_limit, and depth_limit modifiers set the appro-
1431 For non-DFA matching, the minimum depth_limit number is a measure of
1433 tree is searched). In the case of DFA matching, depth_limit controls