Home
last modified time | relevance | path

Searched refs:max_scope_depth (Results 1 – 20 of 20) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/utils/test/
H A Djs_test_utils.cc45 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); in test_scope()
53 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); in test_normalization()
62 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); in test_normalization_bad()
72 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); in test_normalization()
87 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); in test_normalization()
H A Djs_test_utils.h36 constexpr int max_scope_depth = 256; variable
H A Djs_normalizer_test.cc109 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); \
123 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); \
358 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids); \
2420 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids);
2455 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, s_ignored_ids);
4257 JSNormalizer normalizer(ident_ctx, unlim_depth, max_template_nesting, max_scope_depth);
4316 JSIdentifierCtx ident_ctx(norm_depth, max_scope_depth, ids);
4327 JSIdentifierCtx ident_ctx_ids_n(norm_depth, max_scope_depth, ids_n);
/dports/security/snort3/snort3-3.1.19.0/src/utils/
H A Djs_identifier_ctx.cc67 JSIdentifierCtx::JSIdentifierCtx(int32_t depth, uint32_t max_scope_depth, in JSIdentifierCtx() argument
69 : ignored_ids(ignored_ids), depth(depth), max_scope_depth(max_scope_depth) in JSIdentifierCtx()
97 if (scopes.size() >= max_scope_depth) in scope_push()
H A Djs_identifier_ctx.h57 JSIdentifierCtx(int32_t depth, uint32_t max_scope_depth,
97 uint32_t max_scope_depth; variable
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dscripts.c69 c->old.max_scope_depth = 10; in swf_AddButtonLinks()
79 c->old.max_scope_depth = 11; in swf_AddButtonLinks()
115 f->old.max_scope_depth = 11; in swf_AddButtonLinks()
145 h->old.max_scope_depth = 11; in swf_AddButtonLinks()
226 c->old.max_scope_depth = 9; in swf_AddButtonLinks()
H A Dcode.h71 int max_scope_depth; member
H A Dabc.h189 int max_scope_depth; member
H A Dcode.c1067 stats->max_scope_depth = current->maxscope; in code_get_statistics()
1100 printf("scope_depth: %d\n", stats->max_scope_depth); in codestats_print()
H A Dabc.c381 c->old.max_scope_depth); in dump_method()
867 c->old.max_scope_depth = swf_GetU30(tag); in swf_ReadABC()
1182 swf_SetU30(tag, c->stats->max_scope_depth+ in writeABC()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_js_norm.h41 uint32_t max_scope_depth, const std::unordered_set<std::string>& ignored_ids);
71 uint32_t max_scope_depth; variable
H A Dhttp_js_norm.cc92 max_scope_depth(max_scope_depth_), in HttpJsNorm()
163 max_bracket_depth, max_scope_depth, ignored_ids); in do_external()
298 max_template_nesting, max_bracket_depth, max_scope_depth, ignored_ids); in do_inline()
H A Dhttp_flow_data.cc250 uint8_t max_template_nesting, uint32_t max_bracket_depth, uint32_t max_scope_depth, in acquire_js_ctx() argument
258 js_ident_ctx = new JSIdentifierCtx(ident_depth, max_scope_depth, ignored_ids); in acquire_js_ctx()
H A Dhttp_module.h73 uint32_t max_scope_depth = 256; member
H A Dhttp_module.cc290 params->js_norm_param.max_scope_depth = val.get_uint32(); in set()
480 params->js_norm_param.max_scope_depth, params->js_norm_param.ignored_ids); in end()
H A Dhttp_flow_data.h222 uint8_t max_template_nesting, uint32_t max_bracket_depth, uint32_t max_scope_depth,
H A Dhttp_inspect.cc169 ConfigLogger::log_value("js_norm_max_scope_depth", params->js_norm_param.max_scope_depth); in show()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/test/
H A Dhttp_module_test.cc72 max_bracket_depth(max_bracket_depth_), max_scope_depth(max_scope_depth_), in HttpJsNorm()
H A Dhttp_uri_norm_test.cc61 max_bracket_depth(max_bracket_depth_), max_scope_depth(max_scope_depth_), in HttpJsNorm()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dswfinterp.py.disabled400 u30() # max_scope_depth