Home
last modified time | relevance | path

Searched refs:rule_func (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/custom/
H A DOperators.py32 self.rule_func = rule_func
69 def rule_func(value, expected_value, path): function
81 rule_func=rule_func,
86 def rule_func(value, expected_values, path): function
98 rule_func=rule_func,
103 def rule_func(value, expected_value, path): function
119 rule_func=rule_func,
124 def rule_func(value, expected_value, path): function
140 rule_func=rule_func,
156 rule_func=rule_func,
[all …]
/dports/devel/py-pycparser/stage/usr/local/lib/python3.8/site-packages/pycparser/
H A Dplyparser.py80 def decorate(rule_func): argument
81 rule_func._params = params
82 return rule_func
/dports/devel/py-pycparser/pycparser-2.21/build/lib/pycparser/
H A Dplyparser.py80 def decorate(rule_func): argument
81 rule_func._params = params
82 return rule_func
/dports/devel/py-pycparser/pycparser-2.21/pycparser/
H A Dplyparser.py80 def decorate(rule_func): argument
81 rule_func._params = params
82 return rule_func
/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Drules.cc135 ret->rule_func = nullptr; in dup_rtn()
140 RuleFpList* from = rtn->rule_func; in dup_rtn()
146 ret->rule_func = to; in dup_rtn()
H A Dtreenodes.h119 RuleFpList* rule_func = nullptr; /* match functions.. (Bidirectional etc.. ) */ member
H A Dfp_detect.cc339 if (!rtn->rule_func->RuleHeadFunc(p, rtn, rtn->rule_func, check_ports)) in fp_eval_rtn()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dfirewall_rules_dialog.cpp130 void FirewallRulesDialog::addRule(QString description, syntax_func rule_func, address *addr, guint3…
132 if (!rule_func) return;
141 rule_func(rule_str, addr_buf, port, ptype_, inbound, deny);
H A Dfirewall_rules_dialog.h57 void addRule(QString description, syntax_func rule_func, address *addr, guint32 port);
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dfirewall_rules_dialog.cpp130 void FirewallRulesDialog::addRule(QString description, syntax_func rule_func, address *addr, guint3… in addRule() argument
132 if (!rule_func) return; in addRule()
141 rule_func(rule_str, addr_buf, port, ptype_, inbound, deny); in addRule()
H A Dfirewall_rules_dialog.h57 void addRule(QString description, syntax_func rule_func, address *addr, guint32 port);
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dfirewall_rules_dialog.cpp130 void FirewallRulesDialog::addRule(QString description, syntax_func rule_func, address *addr, guint3… in addRule() argument
132 if (!rule_func) return; in addRule()
141 rule_func(rule_str, addr_buf, port, ptype_, inbound, deny); in addRule()
H A Dfirewall_rules_dialog.h57 void addRule(QString description, syntax_func rule_func, address *addr, guint32 port);
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dfirewall_rules_dialog.cpp130 void FirewallRulesDialog::addRule(QString description, syntax_func rule_func, address *addr, guint3… in addRule() argument
132 if (!rule_func) return; in addRule()
141 rule_func(rule_str, addr_buf, port, ptype_, inbound, deny); in addRule()
H A Dfirewall_rules_dialog.h57 void addRule(QString description, syntax_func rule_func, address *addr, guint32 port);
/dports/security/snort/snort-2.9.18/src/
H A Dtreenodes.h153 RuleFpList *rule_func; /* match functions.. (Bidirectional etc.. ) */ member
H A Dfpdetect.c522 if(!rtn->rule_func->RuleHeadFunc(p, rtn, rtn->rule_func, check_ports)) in fpEvalRTN()
H A Dparser.c1910 idx = rtn->rule_func; in AddRuleFuncToList()
1913 rtn->rule_func = (RuleFpList *)SnortAlloc(sizeof(RuleFpList)); in AddRuleFuncToList()
1915 rtn->rule_func->RuleHeadFunc = rfunc; in AddRuleFuncToList()
2880 idx = rtn->rule_func; in FreeRuleTreeNode()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Drules.h264 RuleFpList *rule_func; /* match functions.. (Bidirectional etc.. ) */ member
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Drules.h264 RuleFpList *rule_func; /* match functions.. (Bidirectional etc.. ) */ member
/dports/security/snort3/snort3-3.1.19.0/src/parser/
H A Dparse_rule.cc463 RuleFpList* idx = rtn->rule_func; in AddRuleFuncToList()
467 rtn->rule_func = new RuleFpList; in AddRuleFuncToList()
468 rtn->rule_func->RuleHeadFunc = rfunc; in AddRuleFuncToList()
H A Dparser.cc399 RuleFpList* idx = rtn->rule_func; in FreeRuleTreeNode()