Searched refs:dns_rbt_addname (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddbtable.c187 result = dns_rbt_addname(dbtable->rbt, dns_db_origin(clone), clone);
H A Dforward.c117 result = dns_rbt_addname(fwdtable->table, name, forwarders);
H A Dzt.c115 result = dns_rbt_addname(zt->table, name, zone);
H A Drbt.c646 dns_rbt_addname(dns_rbt_t *rbt, dns_name_t *name, void *data) { function
H A Dtsig.c394 ret = dns_rbt_addname(ring->keys, name, tkey);
H A Dresolver.c8560 result = dns_rbt_addname(resolver->mustbesecure, name,
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h266 dns_rbt_addname(dns_rbt_t *rbt, dns_name_t *name, void *data);
309 * Just like dns_rbt_addname, but returns the address of the node.
/bind-9.6-ESV-R11/bin/tests/
H A Drbt_test.c342 result = dns_rbt_addname(rbt,
/bind-9.6-ESV-R11/bin/tests/rbt/
H A Dt_rbt.c192 t_info("dns_rbt_addname succeeded\n");
193 *dns_result = dns_rbt_addname(rbt, dns_name, dns_name);
196 t_info("dns_rbt_addname failed %s\n",
371 dns_result = dns_rbt_addname(rbt, dns_name, dns_name);
394 t_info("dns_rbt_addname returned %s, "
524 static const char *a2 = "dns_rbt_addname adds a name to a database and "
531 t_assert("dns_rbt_addname", 2, T_REQUIRED, "%s", a2);
536 static const char *a3 = "when name already exists, dns_rbt_addname() "
543 t_assert("dns_rbt_addname", 3, T_REQUIRED, "%s", a3);
1854 { t2, "dns_rbt_addname
[all...]

Completed in 38 milliseconds