Home
last modified time | relevance | path

Searched refs:PCRE2_CASELESS (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_regex/
H A Dos_pcre2_compile.c78 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
87 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
99 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
H A Dos_pcre2.c21 if (OSPcre2_Compile(pattern, &reg, PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_CASELESS)) { in OS_Pcre2()
H A Dos_match_compile.c120 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSMatch_Compile()
H A Dos_regex_compile.c119 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSRegex_Compile()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_regex/
H A Dos_pcre2_compile.c78 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
87 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
99 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
H A Dos_pcre2.c21 if (OSPcre2_Compile(pattern, &reg, PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_CASELESS)) { in OS_Pcre2()
H A Dos_regex_compile.c119 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSRegex_Compile()
H A Dos_match_compile.c120 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSMatch_Compile()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/os_regex/
H A Dos_pcre2_compile.c78 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
87 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
99 if (flags & PCRE2_CASELESS) { in OSPcre2_Compile()
H A Dos_pcre2.c21 if (OSPcre2_Compile(pattern, &reg, PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_CASELESS)) { in OS_Pcre2()
H A Dos_regex_compile.c119 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSRegex_Compile()
H A Dos_match_compile.c120 flags_compile |= (flags & OS_CASE_SENSITIVE) ? 0 : PCRE2_CASELESS; in OSMatch_Compile()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c128 #define CMU (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF)
129 #define CMUP (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
133 #define CM (PCRE2_CASELESS | PCRE2_MULTILINE)
185 { PCRE2_CASELESS, 0, 0, 0, "\xff#a", "\xff#\xff\xfe##\xff#A" },
186 { PCRE2_CASELESS, 0, 0, 0, "\xfe", "\xff\xfc#\xfe\xfe" },
187 { PCRE2_CASELESS, 0, 0, 0, "a1", "Aa1" },
1928 { UDA | PCRE2_CASELESS, CPI, 0, 0, 0, 0, 2, { "(.)\\1", NULL }, "aA" },
1929 { UDA | PCRE2_CASELESS, CPI, 0, 0, 0, -1, -1, { "(.)\\1", NULL }, "a\xff" },
2170 { UDA | PCRE2_CASELESS, CPI, 0, 0, 0, 0, 2, { backreference16, NULL }, test16_6 },
2172 { UDA | PCRE2_CASELESS, CPI, 0, 0, 0, 0, 4, { backreference16, NULL }, test16_7 },
[all …]
H A Dpcre2_fuzzsupport.c26 PCRE2_ALT_VERBNAMES|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_DOLLAR_ENDONLY| \
122 ((compile_options & PCRE2_CASELESS) != 0)? ",caseless" : "", in LLVMFuzzerTestOneInput()
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dregex.py14 PCRE2_CASELESS = 0x00000008 variable
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/
H A Drules.c1142 if (!OSPcre2_Compile(pcre2, config_ruleinfo->pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1164 … if (!OSPcre2_Compile(match_pcre2, config_ruleinfo->match_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1186 if (!OSPcre2_Compile(id_pcre2, config_ruleinfo->id_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1208 … if (!OSPcre2_Compile(srcport_pcre2, config_ruleinfo->srcport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1230 … if (!OSPcre2_Compile(dstport_pcre2, config_ruleinfo->dstport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1252 … if (!OSPcre2_Compile(status_pcre2, config_ruleinfo->status_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1298 config_ruleinfo->extra_data_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1322 config_ruleinfo->program_name_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1344 if (!OSPcre2_Compile(user_pcre2, config_ruleinfo->user_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1366 … if(!OSPcre2_Compile(srcgeoip_pcre2, config_ruleinfo->srcgeoip_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/
H A Drules.c1142 if (!OSPcre2_Compile(pcre2, config_ruleinfo->pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1164 … if (!OSPcre2_Compile(match_pcre2, config_ruleinfo->match_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1186 if (!OSPcre2_Compile(id_pcre2, config_ruleinfo->id_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1208 … if (!OSPcre2_Compile(srcport_pcre2, config_ruleinfo->srcport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1230 … if (!OSPcre2_Compile(dstport_pcre2, config_ruleinfo->dstport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1252 … if (!OSPcre2_Compile(status_pcre2, config_ruleinfo->status_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1298 config_ruleinfo->extra_data_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1322 config_ruleinfo->program_name_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1344 if (!OSPcre2_Compile(user_pcre2, config_ruleinfo->user_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1366 … if(!OSPcre2_Compile(srcgeoip_pcre2, config_ruleinfo->srcgeoip_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/
H A Drules.c1142 if (!OSPcre2_Compile(pcre2, config_ruleinfo->pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1164 … if (!OSPcre2_Compile(match_pcre2, config_ruleinfo->match_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1186 if (!OSPcre2_Compile(id_pcre2, config_ruleinfo->id_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1208 … if (!OSPcre2_Compile(srcport_pcre2, config_ruleinfo->srcport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1230 … if (!OSPcre2_Compile(dstport_pcre2, config_ruleinfo->dstport_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1252 … if (!OSPcre2_Compile(status_pcre2, config_ruleinfo->status_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1298 config_ruleinfo->extra_data_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1322 config_ruleinfo->program_name_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1344 if (!OSPcre2_Compile(user_pcre2, config_ruleinfo->user_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
1366 … if(!OSPcre2_Compile(srcgeoip_pcre2, config_ruleinfo->srcgeoip_pcre2, PCRE2_CASELESS)) { in Rules_OP_ReadRules()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/lib/pcre/
H A DUniqueRegex.cxx50 options |= PCRE2_CASELESS; in Compile()
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dsp_pcre_compat.c12 PCRE2_CASELESS, &errornumber, &erroroffset, NULL); in sp_pcre_compile()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_fuzzsupport.c26 PCRE2_ALT_VERBNAMES|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_DOLLAR_ENDONLY| \
122 ((compile_options & PCRE2_CASELESS) != 0)? ",caseless" : "", in LLVMFuzzerTestOneInput()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_fuzzsupport.c26 PCRE2_ALT_VERBNAMES|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_DOLLAR_ENDONLY| \
122 ((compile_options & PCRE2_CASELESS) != 0)? ",caseless" : "", in LLVMFuzzerTestOneInput()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dlregex-pcre2.c139 *flags |= PCRE2_CASELESS; in set_icase_flag()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_regexp.c134 if (caseless) options = options|PCRE2_CASELESS; /* caseless matching */ in gmtlib_regexp_match()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/router/
H A Dpcre2_regex_engine.hpp205 options |= PCRE2_CASELESS; in compile_regex()

1234567891011