Home
last modified time | relevance | path

Searched refs:ConfGetChildValueBool (Results 1 – 7 of 7) sorted by relevance

/dports/security/suricata/suricata-6.0.4/rust/src/
H A Dconf.rs29 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 Dconf.h92 int ConfGetChildValueBool(const ConfNode *base, const char *name, int *val);
H A Dutil-log-redis.c477 (void)ConfGetChildValueBool(redis_node, "async", &is_async); in SCConfLogOpenRedis()
506 ret = ConfGetChildValueBool(pipelining, "enabled", &enabled); in SCConfLogOpenRedis()
H A Dconf.c529 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 Dcounters.c263 int ret = ConfGetChildValueBool(stats, "decoder-events", &b); in StatsInitCtxPreOutput()
267 ret = ConfGetChildValueBool(stats, "stream-events", &b); in StatsInitCtxPreOutput()
H A Dapp-layer-smtp.c262 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 Dsuricata.c2195 … (void)ConfGetChildValueBool(denode, "delayed-detect", &suri->delayed_detect);