Home
last modified time | relevance | path

Searched defs:add_match (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/deps/lansim/src/py/
Dsimulator.py65 def add_match(self, rule, callback): member in Simulator
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs847 fn add_match(&self) -> StateID { in add_match() method
/external/rust/crates/aho-corasick/src/
Dnfa.rs308 fn add_match(&mut self, i: PatternID, len: PatternLength) { in add_match() method
/external/iptables/iptables/
Dnft.c1217 int add_match(struct nft_handle *h, in add_match() function