Searched refs:ConfGetChildValueBool (Results 1 – 7 of 7) sorted by relevance
/dports/security/suricata/suricata-6.0.4/rust/src/ |
H A D | conf.rs | 29 fn ConfGetChildValueBool(conf: *const c_void, key: *const c_char, in ConfGetChildValueBool() function 116 if ConfGetChildValueBool(self.conf, in get_child_bool()
|
/dports/security/suricata/suricata-6.0.4/src/ |
H A D | conf.h | 92 int ConfGetChildValueBool(const ConfNode *base, const char *name, int *val);
|
H A D | util-log-redis.c | 477 (void)ConfGetChildValueBool(redis_node, "async", &is_async); in SCConfLogOpenRedis() 506 ret = ConfGetChildValueBool(pipelining, "enabled", &enabled); in SCConfLogOpenRedis()
|
H A D | conf.c | 529 int ConfGetChildValueBool(const ConfNode *base, const char *name, int *val) in ConfGetChildValueBool() function 545 int ret = ConfGetChildValueBool(base, name, val); in ConfGetChildValueBoolWithDefault() 548 return ConfGetChildValueBool(dflt, name, val); in ConfGetChildValueBoolWithDefault()
|
H A D | counters.c | 263 int ret = ConfGetChildValueBool(stats, "decoder-events", &b); in StatsInitCtxPreOutput() 267 ret = ConfGetChildValueBool(stats, "stream-events", &b); in StatsInitCtxPreOutput()
|
H A D | app-layer-smtp.c | 262 ret = ConfGetChildValueBool(config, "decode-mime", &val); in SMTPConfigure() 267 ret = ConfGetChildValueBool(config, "decode-base64", &val); in SMTPConfigure() 272 ret = ConfGetChildValueBool(config, "decode-quoted-printable", &val); in SMTPConfigure() 282 ret = ConfGetChildValueBool(config, "extract-urls", &val); in SMTPConfigure() 287 ret = ConfGetChildValueBool(config, "body-md5", &val); in SMTPConfigure()
|
H A D | suricata.c | 2195 … (void)ConfGetChildValueBool(denode, "delayed-detect", &suri->delayed_detect);
|