Searched defs:authority (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dsdb.h79 dns_sdbauthorityfunc_t authority; member in struct:dns_sdbmethods
113 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
123 * function 'authority' (if non-NULL), which must provide an SOA record
125 * these records. The 'authority' function may be NULL if invoking
145 * If flags includes DNS_SDBFLAG_RELATIVEOWNER, the lookup and authority
200 * This function may optionally be called from the 'authority' callback
H A Dsdlz.h117 * supply an authority method. This method is called when the DNS
120 * function does not supply authority information for the dns
121 * record. A SDLZ driver does not have to implement an authority
188 * If this function supplies authority information for the DNS record
189 * the authority method is not required. If it does not, the
190 * authority function is required.
284 dns_sdlzauthorityfunc_t authority; member in struct:dns_sdlzmethods
347 * This function may optionally be called from the 'authority'
/bind-9.11.3/lib/dns/
H A Dsdlz.c547 dns_sdlzauthorityfunc_t authority; local
658 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
660 authority = sdlz->dlzimp->methods->authority;
661 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,

Completed in 18 milliseconds