Searched refs:dns_rbtnodechain_first (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzt.c436 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 Dnta.c525 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 Dkeytable.c612 result = dns_rbtnodechain_first(&chain, keytable->table, NULL, NULL);
660 result = dns_rbtnodechain_first(&chain, keytable->table, NULL, NULL);
H A Dtsig.c455 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
642 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
H A Drpz.c1837 result = dns_rbtnodechain_first(&chain, rpzs->rbt, NULL, NULL);
H A Drbt.c3600 dns_rbtnodechain_first(dns_rbtnodechain_t *chain, dns_rbt_t *rbt, function
H A Drbtdb.c9395 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 Drbt.h201 * 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 Drbt_test.c203 result = dns_rbtnodechain_first(&chain, rbt, &foundname,
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c624 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 Dserver.c10703 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
10820 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,

Completed in 5320 milliseconds