Searched refs:dns_name_hasbuffer (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddbiterator.c99 REQUIRE(name == NULL || dns_name_hasbuffer(name));
124 REQUIRE(dns_name_hasbuffer(name));
H A Ddb.c539 REQUIRE(dns_name_hasbuffer(foundname));
574 REQUIRE(dns_name_hasbuffer(foundname));
606 REQUIRE(dns_name_hasbuffer(foundname));
H A Dname.c270 dns_name_hasbuffer(const dns_name_t *name) { function
H A Dmessage.c3031 if (!dns_name_hasbuffer(signer)) {
H A Dadb.c2965 REQUIRE(target == NULL || dns_name_hasbuffer(target));
/bind-9.11.3/lib/dns/include/dns/
H A Dname.h297 dns_name_hasbuffer(const dns_name_t *name);
/bind-9.11.3/bin/tests/names/
H A Dt_names.c454 static const char *a6 = "dns_name_hasbuffer returns ISC_TRUE if 'name' has a "
465 t_assert("dns_name_hasbuffer", 1, T_REQUIRED, "%s", a6);
470 if (dns_name_hasbuffer(&name) != ISC_FALSE)
473 if (dns_name_hasbuffer(&name) != ISC_TRUE)
2348 { (PFV) t_dns_name_hasbuffer, "dns_name_hasbuffer" },
/bind-9.11.3/bin/named/
H A Dquery.c573 if (dns_name_hasbuffer(name)) {

Completed in 93 milliseconds