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

/bind-9.11.3/lib/dns/
H A Dsdb.c728 isc_boolean_t isorigin; local
742 isorigin = dns_name_equal(name, &sdb->common.origin);
786 isorigin && imp->methods->authority != NULL))
792 if (isorigin && imp->methods->authority != NULL) {
H A Dsdlz.c546 isc_boolean_t isorigin; local
585 isorigin = dns_name_equal(name, &sdlz->common.origin);
650 if (result == ISC_R_NOTFOUND && (isorigin || create))
658 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {

Completed in 20 milliseconds