Searched refs:isorigin (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsdb.c740 isc_boolean_t isorigin; local
754 isorigin = dns_name_equal(name, &sdb->common.origin);
798 isorigin && imp->methods->authority != NULL))
804 if (isorigin && imp->methods->authority != NULL) {
H A Dsdlz.c552 isc_boolean_t isorigin; local
591 isorigin = dns_name_equal(name, &sdlz->common.origin);
617 if (result != ISC_R_SUCCESS && !isorigin && !create) {
622 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {

Completed in 109 milliseconds