Home
last modified time | relevance | path

Searched refs:mpm_type (Results 1 – 24 of 24) sorted by relevance

/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dh2_conn.c49 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 Dutil-mpm.c221 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 Ddetect-engine-payload.c64 (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 Ddetect-http-start.c204 (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 Ddetect-http-header-names.c224 (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 Dutil-mpm.h90 uint8_t mpm_type; member
H A Ddetect-krb5-cname.c161 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxKrb5CName()
H A Ddetect-krb5-sname.c161 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxKrb5SName()
H A Ddetect-mqtt-subscribe-topic.c164 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxMQTTSubscribeTopic()
H A Ddetect-mqtt-unsubscribe-topic.c164 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxMQTTUnsubscribeTopic()
H A Ddetect-tls-certs.c224 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxTlsCerts()
H A Ddetect-file-data.c443 (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 Ddetect-engine-prefilter.c666 (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 Ddetect-http-raw-header.c272 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpmHttpHeaderRaw()
H A Ddetect-http2.c740 (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 Ddetect-http-client-body.c366 (void)mpm_table[mpm_ctx->mpm_type].Search( in PrefilterTxHttpRequestBody()
H A Dutil-unittest-helper.c821 int UTHPacketMatchSigMpm(Packet *p, char *sig, uint16_t mpm_type) in UTHPacketMatchSigMpm() argument
841 de_ctx->mpm_matcher = mpm_type; in UTHPacketMatchSigMpm()
H A Ddetect-filename.c470 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxFilename()
H A Ddetect-http-header.c278 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterMpmHttpHeader()
H A Ddetect-engine-mpm.c1019 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 Ddetect-filemagic.c553 (void)mpm_table[mpm_ctx->mpm_type].Search(mpm_ctx, in PrefilterTxFilemagic()
H A Dapp-layer-detect-proto.c270 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 Ddetect-dns-query.c172 (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 Dh2_c2.c55 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()