Home
last modified time | relevance | path

Searched refs:hs_flags (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/tools/hscollider/
H A Dpcre_util.cpp48 if (hs_flags & HS_FLAG_CASELESS) { in getPcreFlags()
52 if (hs_flags & HS_FLAG_DOTALL) { in getPcreFlags()
54 hs_flags &= ~HS_FLAG_DOTALL; in getPcreFlags()
60 if (hs_flags & HS_FLAG_UCP) { in getPcreFlags()
62 hs_flags &= ~HS_FLAG_UCP; in getPcreFlags()
64 if (hs_flags & HS_FLAG_UTF8) { in getPcreFlags()
66 hs_flags &= ~HS_FLAG_UTF8; in getPcreFlags()
84 if (hs_flags & HS_FLAG_QUIET) { in getPcreFlags()
86 hs_flags &= ~HS_FLAG_QUIET; in getPcreFlags()
90 hs_flags &= ~HS_FLAG_ALLOWEMPTY; in getPcreFlags()
[all …]
H A DNfaGeneratedCorpora.cpp79 u32 hs_flags; in generate() local
81 if (!readExpression(i->second, re, &hs_flags, &ext)) { in generate()
86 if (use_literal_api && !(hs_flags & HS_FLAG_COMBINATION)) { in generate()
98 if (hs_flags & HS_FLAG_COMBINATION) { in generate()
131 hs_flags |= HS_FLAG_UTF8; in generate()
135 hs_flags |= HS_FLAG_PREFILTER; in generate()
143 ParsedExpression pe(0, re.c_str(), hs_flags, 0, &ext); in generate()
147 prefilterTree(pe.component, ParseMode(hs_flags)); in generate()
H A DGraphTruth.cpp120 unsigned hs_flags; in compile() local
124 if (!readExpression(i->second, re, &hs_flags, &ext)) { in compile()
129 hs_flags |= HS_FLAG_UTF8; in compile()
145 ParsedExpression pe(0, re.c_str(), hs_flags, 0, &ext); in compile()
223 unsigned flags, hs_flags; in preprocess() local
227 if (!readExpression(i->second, re, &hs_flags, &ext)) { in preprocess()
231 if (!getPcreFlags(hs_flags, &flags, &highlander, &prefilter, &som, in preprocess()
236 hs_flags |= HS_FLAG_UTF8; in preprocess()
261 cngi->utf8 = hs_flags & HS_FLAG_UTF8; in preprocess()
H A Dpcre_util.h37 bool getPcreFlags(unsigned int hs_flags, unsigned int *pcre_flags,
H A DGroundTruth.cpp110 unsigned int hs_flags = 0; in decodeExprPcre() local
111 if (!readExpression(expr, regex, &hs_flags, ext)) { in decodeExprPcre()
119 hs_flags &= ~not_supported; in decodeExprPcre()
126 if (!getPcreFlags(hs_flags, flags, highlander, prefilter, som, in decodeExprPcre()
/dports/devel/hyperscan/hyperscan-5.4.0/src/parser/
H A Dparser_util.cpp40 ParseMode::ParseMode(u32 hs_flags) : in ParseMode() argument
41 caseless(hs_flags & HS_FLAG_CASELESS), in ParseMode()
42 dotall(hs_flags & HS_FLAG_DOTALL), in ParseMode()
44 multiline(hs_flags & HS_FLAG_MULTILINE), in ParseMode()
45 ucp(hs_flags & HS_FLAG_UCP), in ParseMode()
46 utf8(hs_flags & HS_FLAG_UTF8) {} in ParseMode()
H A DParser.h54 explicit ParseMode(u32 hs_flags);
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/
H A Dre_cache.c1896 guint *hs_flags = NULL; in rspamd_re_cache_compile_timer_cb() local
1970 hs_flags = g_malloc0 (sizeof (*hs_flags) * n); in rspamd_re_cache_compile_timer_cb()
1990 hs_flags[i] = 0; in rspamd_re_cache_compile_timer_cb()
2022 hs_flags[i], in rspamd_re_cache_compile_timer_cb()
2074 hs_flags, in rspamd_re_cache_compile_timer_cb()
2121 hs_flags, sizeof (*hs_flags) * n); in rspamd_re_cache_compile_timer_cb()
2140 iov[4].iov_base = hs_flags; in rspamd_re_cache_compile_timer_cb()
2544 hs_flags = g_malloc (n * sizeof (*hs_flags)); in rspamd_re_cache_load_hyperscan()
2545 memcpy (hs_flags, p, n * sizeof (*hs_flags)); in rspamd_re_cache_load_hyperscan()
2577 g_free (hs_flags); in rspamd_re_cache_load_hyperscan()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/libserver/
H A Dre_cache.c1896 guint *hs_flags = NULL; in rspamd_re_cache_compile_timer_cb() local
1970 hs_flags = g_malloc0 (sizeof (*hs_flags) * n); in rspamd_re_cache_compile_timer_cb()
1990 hs_flags[i] = 0; in rspamd_re_cache_compile_timer_cb()
2022 hs_flags[i], in rspamd_re_cache_compile_timer_cb()
2074 hs_flags, in rspamd_re_cache_compile_timer_cb()
2121 hs_flags, sizeof (*hs_flags) * n); in rspamd_re_cache_compile_timer_cb()
2140 iov[4].iov_base = hs_flags; in rspamd_re_cache_compile_timer_cb()
2544 hs_flags = g_malloc (n * sizeof (*hs_flags)); in rspamd_re_cache_load_hyperscan()
2545 memcpy (hs_flags, p, n * sizeof (*hs_flags)); in rspamd_re_cache_load_hyperscan()
2577 g_free (hs_flags); in rspamd_re_cache_load_hyperscan()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/7110720/
H A DTest7110720.sh105 $MV .hotspotrc hs_flags.txt
106 ${JAVA} ${TESTVMOPTS} -XX:Flags=hs_flags.txt -version 2>&1 | grep "garbage" >/dev/null
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/7110720/
H A DTest7110720.sh105 $MV .hotspotrc hs_flags.txt
106 ${JAVA} ${TESTVMOPTS} -XX:Flags=hs_flags.txt -version 2>&1 | grep "garbage" >/dev/null
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dmultipattern.c50 GArray *hs_flags; member
268 mp->hs_flags = g_array_new (FALSE, TRUE, sizeof (gint)); in rspamd_multipattern_create()
296 mp->hs_flags = g_array_sized_new (FALSE, TRUE, sizeof (gint), npatterns); in rspamd_multipattern_create_sized()
356 g_array_append_val (mp->hs_flags, fl); in rspamd_multipattern_add_pattern_len()
497 (const unsigned int *)mp->hs_flags->data, in rspamd_multipattern_compile()
741 g_array_free (mp->hs_flags, TRUE); in rspamd_multipattern_destroy()
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dmultipattern.c50 GArray *hs_flags; member
268 mp->hs_flags = g_array_new (FALSE, TRUE, sizeof (gint)); in rspamd_multipattern_create()
296 mp->hs_flags = g_array_sized_new (FALSE, TRUE, sizeof (gint), npatterns); in rspamd_multipattern_create_sized()
356 g_array_append_val (mp->hs_flags, fl); in rspamd_multipattern_add_pattern_len()
497 (const unsigned int *)mp->hs_flags->data, in rspamd_multipattern_compile()
741 g_array_free (mp->hs_flags, TRUE); in rspamd_multipattern_destroy()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dcore.cpp3910 int hs_flags = SrtHSRequest::SRT_HSTYPE_HSFLAGS::unwrap(m_ConnRes.m_iType); in craftKmResponse() local
3911 if (IsSet(hs_flags, CHandShake::HS_EXT_KMREQ)) in craftKmResponse()
4432 int hs_flags = SrtHSRequest::SRT_HSTYPE_HSFLAGS::unwrap(m_ConnRes.m_iType); in processConnectResponse() local
4434 if (hs_flags != SrtHSRequest::SRT_MAGIC_CODE) in processConnectResponse()
4781 int hs_flags = SrtHSRequest::SRT_HSTYPE_HSFLAGS::unwrap(m_ConnRes.m_iType); in rendezvousSwitchState() local
4782 …bool has_extension = !!hs_flags; // it holds flags, if no flags, there are no extensions. in rendezvousSwitchState()
4907 if (hs_flags == 0) in rendezvousSwitchState()
4927 if (hs_flags == 0) in rendezvousSwitchState()
5101 if (hs_flags == 0) in rendezvousSwitchState()
8523 const int hs_flags = SrtHSRequest::SRT_HSTYPE_HSFLAGS::unwrap(m_ConnRes.m_iType); in processCtrlHS() local
[all …]