Lines Matching defs:dlzimp
107 dns_sdlzimplementation_t *dlzimp;
516 if ((sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVEOWNER) != 0) {
550 MAYBE_LOCK(sdlz->dlzimp);
553 result = sdlz->dlzimp->methods->lookup(zonestr, namestr,
554 sdlz->dlzimp->driverarg,
562 result = sdlz->dlzimp->methods->lookup(zonestr, "*",
563 sdlz->dlzimp->driverarg,
567 MAYBE_UNLOCK(sdlz->dlzimp);
574 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
575 MAYBE_LOCK(sdlz->dlzimp);
576 authority = sdlz->dlzimp->methods->authority;
577 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
579 MAYBE_UNLOCK(sdlz->dlzimp);
680 if (sdlz->dlzimp->methods->allnodes == NULL)
709 MAYBE_LOCK(sdlz->dlzimp);
710 result = sdlz->dlzimp->methods->allnodes(zonestr,
711 sdlz->dlzimp->driverarg,
713 MAYBE_UNLOCK(sdlz->dlzimp);
1275 sdlzdb->dlzimp = imp;
1541 if ((lookup->sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVERDATA) != 0)
1615 if ((sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVERDATA) != 0)