Searched refs:authority (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dsdb.h80 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods
112 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
122 * function 'authority' (if non-NULL), which must provide an SOA record
124 * these records. The 'authority' function may be NULL if invoking
144 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority
199 * This function may optionally be called from the 'authority' callback
H A Dsdlz.h126 * supply an authority method. This method is called when the DNS
129 * function does not supply authority information for the dns
130 * record. A SDLZ driver does not have to implement an authority
195 * If this function supplies authority information for the DNS record
196 * the authority method is not required. If it does not, the
197 * authority function is required. A SDLZ driver must implement a
206 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods
254 * This function may optionally be called from the 'authority'
/bind-9.6-ESV-R11/lib/dns/
H A Dsdlz.c506 dns_sdlzauthorityfunc_t authority; local
574 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
576 authority = sdlz->dlzimp->methods->authority;
577 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
H A Dsdb.c780 isorigin && imp->methods->authority != NULL))
786 if (isorigin && imp->methods->authority != NULL) {
788 result = imp->methods->authority(sdb->zone, sdb->dbdata, node);

Completed in 22 milliseconds