Searched defs:dlzimp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddlz.c270 dns_dlzimplementation_t **dlzimp)
289 REQUIRE(dlzimp != NULL && *dlzimp == NULL);
347 *dlzimp = dlz_imp;
371 dns_dlzunregister(dns_dlzimplementation_t **dlzimp) { argument
383 REQUIRE(dlzimp != NULL && *dlzimp != NULL);
391 dlz_imp = *dlzimp;
268 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods, void *driverarg, isc_mem_t *mctx, dns_dlzimplementation_t **dlzimp) argument
H A Dsdlz.c98 dns_sdlzimplementation_t *dlzimp; member in struct:dns_sdlz_db
405 if (sdlz->dlzimp->methods->newversion == NULL)
410 result = sdlz->dlzimp->methods->newversion(origin,
411 sdlz->dlzimp->driverarg,
449 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL);
453 sdlz->dlzimp->methods->closeversion(origin, commit,
454 sdlz->dlzimp->driverarg,
552 if (sdlz->dlzimp->methods->newversion == NULL) {
557 if ((sdlz->dlzimp->flags & DNS_SDLZFLAG_RELATIVEOWNER) != 0) {
591 MAYBE_LOCK(sdlz->dlzimp);
[all...]

Completed in 14 milliseconds