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

/bind-9.6-ESV-R11/lib/dns/
H A Dsdb.c738 isc_boolean_t isorigin; local
773 isorigin = dns_name_equal(name, &sdb->common.origin);
780 isorigin && imp->methods->authority != NULL))
786 if (isorigin && imp->methods->authority != NULL) {
H A Dsdlz.c505 isc_boolean_t isorigin; local
544 isorigin = dns_name_equal(name, &sdlz->common.origin);
569 if (result != ISC_R_SUCCESS && !isorigin) {
574 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {

Completed in 17 milliseconds