Home
last modified time | relevance | path

Searched defs:bm_ctx (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libqb/libqb-2.0.3/tests/
H A Dbmcpt.c41 struct bm_ctx { struct
50 static void bm_start(struct bm_ctx *ctx) in bm_start() argument
134 struct bm_ctx *bm_ctx = (struct bm_ctx *)ctx; in benchmark() local
154 struct bm_ctx bm_ctx[THREADS]; in main() local
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-spm-bm.c57 void BoyerMooreCtxToNocase(BmCtx *bm_ctx, uint8_t *needle, uint16_t needle_len) in BoyerMooreCtxToNocase()
108 BmCtx *bm_ctx = BoyerMooreCtxInit(needle, needle_len); in BoyerMooreNocaseCtxInit() local
299 uint8_t *BoyerMoore(const uint8_t *x, uint16_t m, const uint8_t *y, uint32_t n, BmCtx *bm_ctx) in BoyerMoore()
350 uint8_t *BoyerMooreNocase(const uint8_t *x, uint16_t m, const uint8_t *y, uint32_t n, BmCtx *bm_ctx) in BoyerMooreNocase()
384 BmCtx *bm_ctx; member
H A Ddetect-filename.h31 BmCtx *bm_ctx; /** BM context */ member
H A Ddetect-filemagic.h36 BmCtx *bm_ctx; /** BM context */ member
H A Dutil-spm.c253 BmCtx *bm_ctx = BoyerMooreCtxInit(needle, needlelen); in BoyerMooreSearch() local
273 BmCtx *bm_ctx = BoyerMooreNocaseCtxInit(needle, needlelen); in BoyerMooreNocaseSearch() local
380 BmCtx *bm_ctx = BoyerMooreCtxInit(needle, needlelen); in BoyerMooreWrapper() local
406 BmCtx *bm_ctx = BoyerMooreNocaseCtxInit(needle, needlelen); in BoyerMooreNocaseWrapper() local
514 BmCtx *bm_ctx = BoyerMooreCtxInit(needle, needlelen); in BoyerMooreCtxWrapper() local
559 BmCtx *bm_ctx = BoyerMooreNocaseCtxInit(needle, needlelen); in BoyerMooreNocaseCtxWrapper() local