Searched refs:dns_rbtnodechain_first (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | zt.c | 436 result = dns_rbtnodechain_first(&chain, zt->table, NULL, NULL); 460 result = dns_rbtnodechain_first(&chain, zt->table, NULL, NULL); 494 result = dns_rbtnodechain_first(&chain, zt->table, NULL, NULL);
|
H A D | nta.c | 525 result = dns_rbtnodechain_first(&chain, ntatable->table, NULL, NULL); 588 result = dns_rbtnodechain_first(&chain, ntatable->table, NULL, NULL); 666 result = dns_rbtnodechain_first(&chain, ntatable->table, NULL, NULL);
|
H A D | keytable.c | 612 result = dns_rbtnodechain_first(&chain, keytable->table, NULL, NULL); 660 result = dns_rbtnodechain_first(&chain, keytable->table, NULL, NULL);
|
H A D | tsig.c | 455 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, 642 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
|
H A D | rpz.c | 1837 result = dns_rbtnodechain_first(&chain, rpzs->rbt, NULL, NULL);
|
H A D | rbt.c | 3600 dns_rbtnodechain_first(dns_rbtnodechain_t *chain, dns_rbt_t *rbt, function
|
H A D | rbtdb.c | 9395 result = dns_rbtnodechain_first(rbtdbiter->current, 9399 result = dns_rbtnodechain_first(rbtdbiter->current, 9403 result = dns_rbtnodechain_first(rbtdbiter->current, 9623 result = dns_rbtnodechain_first(rbtdbiter->current,
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rbt.h | 201 * using dns_rbtnodechain_first() or dns_rbtnodechain_last(), respectively. 903 * by dns_rbt_findnode, dns_rbtnodechain_first or dns_rbtnodechain_last. 928 dns_rbtnodechain_first(dns_rbtnodechain_t *chain, dns_rbt_t *rbt, 985 * dns_rbtnodechain_first or dns_rbtnodechain_last -- and remember that 1015 * dns_rbtnodechain_first or dns_rbtnodechain_last -- and remember that
|
/bind-9.11.3/bin/tests/ |
H A D | rbt_test.c | 203 result = dns_rbtnodechain_first(&chain, rbt, &foundname,
|
/bind-9.11.3/bin/tests/rbt/ |
H A D | t_rbt.c | 624 dns_result = dns_rbtnodechain_first(chain, rbt, 628 t_info("dns_rbtnodechain_first returned %s, " 906 dns_result = dns_rbtnodechain_first(&chain, rbt, 911 t_info("dns_rbtnodechain_first unexpectedly returned %s\n", 1104 dns_result = dns_rbtnodechain_first(&chain, rbt, 1109 t_info("dns_rbtnodechain_first unexpectedly returned %s\n", 1215 "dns_rbtnodechain_first(chain, rbt, name, origin) " 1224 t_assert("dns_rbtnodechain_first", 10, T_REQUIRED, "%s", a10); 1852 { (PFV) t10, "dns_rbtnodechain_first" },
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 10703 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, 10820 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
|
Completed in 5320 milliseconds