Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dmpse.c224 MPSE * p = (MPSE*)pvoid; in mpseVerbose()
230 MPSE * p = (MPSE*)pvoid; in mpseSetOpt()
253 MPSE * p = (MPSE*)pvoid; in mpseFree()
307 MPSE * p = (MPSE*)pvoid; in mpseAddPattern()
342 MPSE * p = (MPSE*)pvoid; in mpseAddPatternWithSnortConfig()
380 MPSE * p = (MPSE*)pvoid; in mpseLargeShifts()
394 MPSE * p = (MPSE*)pvoid; in mpsePrepPatterns()
433 MPSE * p = (MPSE*)pvoid; in mpsePrepPatternsWithSnortConf()
474 MPSE * p = (MPSE*)pvoid; in mpseSetRuleMask()
486 MPSE * p = (MPSE*)pvoid; in mpsePrintInfo()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp473 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
474 Callback(MPSE); in forEachModule()
3325 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3326 StringRef Key = MPSE.getKey(); in writeModStrings()
3327 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp478 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
479 Callback(MPSE); in forEachModule()
3485 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3486 StringRef Key = MPSE.getKey(); in writeModStrings()
3487 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp478 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
479 Callback(MPSE); in forEachModule()
3485 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3486 StringRef Key = MPSE.getKey(); in writeModStrings()
3487 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp478 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
479 Callback(MPSE); in forEachModule()
3485 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3486 StringRef Key = MPSE.getKey(); in writeModStrings()
3487 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp477 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
478 Callback(MPSE); in forEachModule()
3474 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3475 StringRef Key = MPSE.getKey(); in writeModStrings()
3476 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp475 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
476 Callback(MPSE); in forEachModule()
3387 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3388 StringRef Key = MPSE.getKey(); in writeModStrings()
3389 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp488 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
489 Callback(MPSE); in forEachModule()
3563 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3564 StringRef Key = MPSE.getKey(); in writeModStrings()
3565 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp477 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
478 Callback(MPSE); in forEachModule()
3515 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3516 StringRef Key = MPSE.getKey(); in writeModStrings()
3517 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp490 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
491 Callback(MPSE); in forEachModule()
3616 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3617 StringRef Key = MPSE.getKey(); in writeModStrings()
3618 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp490 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
491 Callback(MPSE); in forEachModule()
3616 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3617 StringRef Key = MPSE.getKey(); in writeModStrings()
3618 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp488 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
489 Callback(MPSE); in forEachModule()
3571 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3572 StringRef Key = MPSE.getKey(); in writeModStrings()
3573 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp477 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
478 Callback(MPSE); in forEachModule()
3511 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3512 StringRef Key = MPSE.getKey(); in writeModStrings()
3513 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp490 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
491 Callback(MPSE); in forEachModule()
3616 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3617 StringRef Key = MPSE.getKey(); in writeModStrings()
3618 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp488 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
489 Callback(MPSE); in forEachModule()
3627 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3628 StringRef Key = MPSE.getKey(); in writeModStrings()
3629 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp490 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
491 Callback(MPSE); in forEachModule()
3616 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3617 StringRef Key = MPSE.getKey(); in writeModStrings()
3618 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp488 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
489 Callback(MPSE); in forEachModule()
3571 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3572 StringRef Key = MPSE.getKey(); in writeModStrings()
3573 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp490 for (const auto &MPSE : Index.modulePaths()) in forEachModule() local
491 Callback(MPSE); in forEachModule()
3616 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() argument
3617 StringRef Key = MPSE.getKey(); in writeModStrings()
3618 const auto &Value = MPSE.getValue(); in writeModStrings()
/dports/news/nget/nget-0.27.1/test/testdata/0002/uuencode_multi3/
H A D002179 MPSE[?$0*E&*\=2<@@FN<B$C9D!`&5WL?O<]ZNPP74%O%?1I(D(<D2Y#+O'`W
/dports/news/nget/nget-0.27.1/test/testdata/0002/uuencode_multi/
H A D002118 MPSE[?$0*E&*\=2<@@FN<B$C9D!`&5WL?O<]ZNPP74%O%?1I(D(<D2Y#+O'`W
/dports/news/nget/nget-0.27.1/test/testdata/0002/uuenview_uue_mime_multi/
H A D002121 MPSE[?$0*E&*\=2<@@FN<B$C9D!`&5WL?O<]ZNPP74%O%?1I(D(<D2Y#+O'`W
/dports/security/snort3/snort3-3.1.19.0/
H A DChangeLog400 http_inspect: improve MPSE in HttpJsNorm (script start conditions)
1701 -- ips: Add support for parallel fast-pattern MPSE FSM compilation
1709 -- search_engine: Raise an error if any MPSE compilation fails
2540 -- framework: Enable dynamic building of ips_{pcre,regex,sd_pattern} + Hyperscan MPSE
/dports/security/snort3/snort3-3.1.19.0/doc/reference/
H A Dsnort_reference.text15790 performance) MPSE
15794 moderate performance) MPSE
15796 memory, moderate performance) MPSE
15798 performance) MPSE
15802 performance) MPSE
/dports/security/snort3/snort3-3.1.19.0/doc/user/
H A Dsnort_user.text926 multipattern search engines (MPSE) which are designed to search for
/dports/security/snort/snort-2.9.18/
H A DChangeLog13949 Fixed issue where MPSE global counter was being reset by SMTP for each new