Lines Matching refs:methods
127 allowzonexfr = dlzdatabase->implementation->methods->allowzonexfr;
194 result = ((impinfo->methods->create)(mctx, dlzname, argc, argv,
214 /* impinfo->methods->create failed. */
238 destroy = (*dbp)->implementation->methods->destroy;
295 findzone = dlzdatabase->implementation->methods->findzone;
310 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods,
326 REQUIRE(methods != NULL);
327 REQUIRE(methods->create != NULL);
328 REQUIRE(methods->destroy != NULL);
329 REQUIRE(methods->findzone != NULL);
371 dlz_imp->methods = methods;