/dports/www/apache24/httpd-2.4.53/modules/http2/ |
H A D | h2_conn.c | 49 static h2_mpm_type_t mpm_type = H2_MPM_UNKNOWN; variable 65 mpm_type = H2_MPM_EVENT; in check_modules() 70 mpm_type = H2_MPM_MOTORZ; in check_modules() 75 mpm_type = H2_MPM_NETWARE; in check_modules() 80 mpm_type = H2_MPM_PREFORK; in check_modules() 91 mpm_type = H2_MPM_SIMPLE; in check_modules() 97 mpm_type = H2_MPM_WINNT; in check_modules() 102 mpm_type = H2_MPM_WORKER; in check_modules() 161 return mpm_type; in h2_conn_mpm_type()
|
/dports/security/suricata/suricata-6.0.4/src/ |
H A D | util-mpm.c | 221 if (mpm_ctx->mpm_type != MPM_NOTSET) in MpmFactoryReClaimMpmCtx() 222 mpm_table[mpm_ctx->mpm_type].DestroyCtx(mpm_ctx); in MpmFactoryReClaimMpmCtx() 238 if (items[i].mpm_ctx_ts->mpm_type != MPM_NOTSET) in MpmFactoryDeRegisterAllMpmCtxProfiles() 239 mpm_table[items[i].mpm_ctx_ts->mpm_type].DestroyCtx(items[i].mpm_ctx_ts); in MpmFactoryDeRegisterAllMpmCtxProfiles() 243 if (items[i].mpm_ctx_tc->mpm_type != MPM_NOTSET) in MpmFactoryDeRegisterAllMpmCtxProfiles() 244 mpm_table[items[i].mpm_ctx_tc->mpm_type].DestroyCtx(items[i].mpm_ctx_tc); in MpmFactoryDeRegisterAllMpmCtxProfiles() 263 mpm_ctx->mpm_type = matcher; in MpmInitCtx() 306 return mpm_table[mpm_ctx->mpm_type].AddPattern(mpm_ctx, pat, patlen, in MpmAddPatternCS() 315 return mpm_table[mpm_ctx->mpm_type].AddPatternNocase(mpm_ctx, pat, patlen, in MpmAddPatternCI()
|
H A D | detect-engine-payload.c | 64 (void)mpm_table[smd->mpm_ctx->mpm_type].Search(smd->mpm_ctx, in StreamMpmFunc() 102 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterPktStream() 125 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterPktPayload() 695 uint16_t mpm_type = mpm_default_matcher; in PayloadTestSig13() local 721 de_ctx->mpm_matcher = mpm_type; in PayloadTestSig13()
|
H A D | detect-http-start.c | 204 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttpRequestStart() 278 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttpResponseStart()
|
H A D | detect-http-header-names.c | 224 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttpRequestHeaderNames() 302 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttpResponseHeaderNames()
|
H A D | util-mpm.h | 90 uint8_t mpm_type; member
|
H A D | detect-krb5-cname.c | 161 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxKrb5CName()
|
H A D | detect-krb5-sname.c | 161 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxKrb5SName()
|
H A D | detect-mqtt-subscribe-topic.c | 164 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxMQTTSubscribeTopic()
|
H A D | detect-mqtt-unsubscribe-topic.c | 164 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxMQTTUnsubscribeTopic()
|
H A D | detect-tls-certs.c | 224 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxTlsCerts()
|
H A D | detect-file-data.c | 443 (void)mpm_table[mpm_ctx->mpm_type].Search( in PrefilterTxHTTPFiledata() 661 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxFiledata()
|
H A D | detect-engine-prefilter.c | 666 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpm() 736 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpmPkt()
|
H A D | detect-http-raw-header.c | 272 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpmHttpHeaderRaw()
|
H A D | detect-http2.c | 740 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttp2HName() 873 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxHttp2Header()
|
H A D | detect-http-client-body.c | 366 (void)mpm_table[mpm_ctx->mpm_type].Search( in PrefilterTxHttpRequestBody()
|
H A D | util-unittest-helper.c | 821 int UTHPacketMatchSigMpm(Packet *p, char *sig, uint16_t mpm_type) in UTHPacketMatchSigMpm() argument 841 de_ctx->mpm_matcher = mpm_type; in UTHPacketMatchSigMpm()
|
H A D | detect-filename.c | 470 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxFilename()
|
H A D | detect-http-header.c | 278 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpmHttpHeader()
|
H A D | detect-engine-mpm.c | 1019 mpm_table[ms->mpm_ctx->mpm_type].DestroyCtx(ms->mpm_ctx); in MpmStoreFreeFunc() 1281 if (mpm_table[ms->mpm_ctx->mpm_type].Prepare != NULL) { in MpmStoreSetup() 1282 mpm_table[ms->mpm_ctx->mpm_type].Prepare(ms->mpm_ctx); in MpmStoreSetup()
|
H A D | detect-filemagic.c | 553 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxFilemagic()
|
H A D | app-layer-detect-proto.c | 270 uint32_t search_cnt = mpm_table[pm_ctx->mpm_ctx.mpm_type].Search( in PMGetProtoInspect() 1417 if (mpm_table[mpm_ctx->mpm_type].Prepare(mpm_ctx) < 0) in AppLayerProtoDetectPMPrepareMpm() 1838 mpm_table[pm_ctx->mpm_ctx.mpm_type].DestroyCtx(&pm_ctx->mpm_ctx); in AppLayerProtoDetectDeSetup() 2024 mpm_table[mpm_ctx->mpm_type].InitThreadCtx(mpm_ctx, mpm_tctx); in AppLayerProtoDetectGetCtxThread() 2054 mpm_table[mpm_ctx->mpm_type].DestroyThreadCtx(mpm_ctx, mpm_tctx); in AppLayerProtoDetectDestroyCtxThread()
|
H A D | detect-dns-query.c | 172 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxDnsQuery()
|
/dports/www/mod_http2/mod_h2-2.0.2/mod_http2/ |
H A D | h2_c2.c | 55 static h2_mpm_type_t mpm_type = H2_MPM_UNKNOWN; variable 70 mpm_type = H2_MPM_EVENT; in check_modules() 75 mpm_type = H2_MPM_MOTORZ; in check_modules() 80 mpm_type = H2_MPM_NETWARE; in check_modules() 85 mpm_type = H2_MPM_PREFORK; in check_modules() 96 mpm_type = H2_MPM_SIMPLE; in check_modules() 102 mpm_type = H2_MPM_WINNT; in check_modules() 107 mpm_type = H2_MPM_WORKER; in check_modules() 119 return mpm_type; in h2_conn_mpm_type()
|