Searched refs:PatternMatchThreadPrepare (Results 1 – 3 of 3) sorted by relevance
48 void PatternMatchThreadPrepare(MpmThreadCtx *, uint16_t type);
2734 PatternMatchThreadPrepare(&det_ctx->mtc, de_ctx->mpm_matcher); in ThreadCtxDoInit()2735 PatternMatchThreadPrepare(&det_ctx->mtcs, de_ctx->mpm_matcher); in ThreadCtxDoInit()2736 PatternMatchThreadPrepare(&det_ctx->mtcu, de_ctx->mpm_matcher); in ThreadCtxDoInit()
678 void PatternMatchThreadPrepare(MpmThreadCtx *mpm_thread_ctx, uint16_t mpm_matcher) in PatternMatchThreadPrepare() function