Searched refs:PatternMatchThreadDestroy (Results 1 – 3 of 3) sorted by relevance
51 void PatternMatchThreadDestroy(MpmThreadCtx *mpm_thread_ctx, uint16_t);
2980 PatternMatchThreadDestroy(&det_ctx->mtc, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()2981 PatternMatchThreadDestroy(&det_ctx->mtcs, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()2982 PatternMatchThreadDestroy(&det_ctx->mtcu, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()
672 void PatternMatchThreadDestroy(MpmThreadCtx *mpm_thread_ctx, uint16_t mpm_matcher) in PatternMatchThreadDestroy() function