Searched refs:mpm_algo (Results 1 – 1 of 1) sorted by relevance
621 const char *mpm_algo; in PatternMatchDefaultMatcher() local625 if ((ConfGet("mpm-algo", &mpm_algo)) == 1) { in PatternMatchDefaultMatcher()626 if (mpm_algo != NULL) { in PatternMatchDefaultMatcher()628 if (strcmp(mpm_algo, "ac-ks") == 0) { in PatternMatchDefaultMatcher()633 if (strcmp("auto", mpm_algo) == 0) { in PatternMatchDefaultMatcher()640 if (strcmp(mpm_table[u].name, mpm_algo) == 0) { in PatternMatchDefaultMatcher()647 if ((strcmp(mpm_algo, "hs") == 0)) { in PatternMatchDefaultMatcher()654 "in the yaml conf file: \"%s\"", mpm_algo); in PatternMatchDefaultMatcher()