Searched refs:dns_rbt_findname (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddbtable.c205 result = dns_rbt_findname(dbtable->rbt, name, 0, NULL,
269 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
H A Dforward.c207 result = dns_rbt_findname(fwdtable->table, name, 0, foundname,
H A Dkeytable.c397 * Note we don't want the DNS_R_PARTIALMATCH from dns_rbt_findname()
405 result = dns_rbt_findname(keytable->table, name, 0, NULL, &data);
484 result = dns_rbt_findname(keytable->table, name, 0, foundname, &data);
H A Dzt.c163 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
H A Drbt.c2016 dns_rbt_findname(dns_rbt_t *rbt, const dns_name_t *name, unsigned int options, function
H A Dtsig.c1865 result = dns_rbt_findname(ring->keys, name, 0, NULL, (void *)&key);
H A Dresolver.c9934 result = dns_rbt_findname(resolver->algorithms, name, 0, NULL, &data);
10063 result = dns_rbt_findname(resolver->digests, name, 0, NULL, &data);
10136 result = dns_rbt_findname(resolver->mustbesecure, name, 0, NULL, &data);
/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h30 * Option values for dns_rbt_findnode() and dns_rbt_findname().
328 * dns_rbt_findname considers a node to exist, or dns_rbt_deletename
393 dns_rbt_findname(dns_rbt_t *rbt, const dns_name_t *name, unsigned int options,
558 * found with dns_rbt_findnode (but not dns_rbt_findname).
/bind-9.11.3/bin/tests/
H A Drbt_test.c370 result = dns_rbt_findname(rbt, name, 0,
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c257 result = dns_rbt_findname(rbt, name, 0, foundname,
H A Drbt_test.c228 result = dns_rbt_findname(rbt, name, 0, foundname,
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c238 *dns_result = dns_rbt_findname(rbt, dns_searchname, 0,
564 "search name dns_rbt_findname() returns ISC_R_SUCCESS";
570 t_assert("dns_rbt_findname", 6, T_REQUIRED, "%s", a6);
576 "dns_rbt_findname returns ISC_R_NOTFOUND";
582 t_assert("dns_rbt_findname", 7, T_REQUIRED, "%s", a7);
588 "dns_rbt_findname returns DNS_R_PARTIALMATCH";
594 t_assert("dns_rbt_findname", 8, T_REQUIRED, "%s", a8);
1848 { (PFV) t6, "dns_rbt_findname 1" },
1849 { (PFV) t7, "dns_rbt_findname 2" },
1850 { (PFV) t8, "dns_rbt_findname
[all...]

Completed in 71 milliseconds