Searched refs:not_addr (Results 1 – 3 of 3) sorted by relevance
/dports/mail/mblaze/mblaze-1.1/ |
H A D | blaze822.c | 193 int not_addr = 0; in blaze822_addr() local 198 if (!*addr && !not_addr && memchr(ttok, '@', tc - ttok)) { in blaze822_addr() 208 not_addr = 0; in blaze822_addr() 278 not_addr = 1; // @ inside "" is never an addr in blaze822_addr() 305 not_addr = 0; in blaze822_addr()
|
/dports/net/kea/kea-2.0.1/src/lib/cc/tests/ |
H A D | simple_parser_unittest.cc | 304 ElementPtr not_addr = Element::fromJSON("{ \"foo\": 1234 }"); in TEST_F() local 305 EXPECT_THROW(parser.getAddress(not_addr, "foo"), DhcpConfigError); in TEST_F()
|
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/ |
H A D | scheduler.py | 789 def launch_scheduler(in_addr, out_addr, mon_addr, not_addr, reg_addr, config=None, argument 822 nots.connect(not_addr)
|