Searched defs:newversion (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dsdlz.h202 * supply a newversion method. This method is called to start a
215 * supply a closeversion method if they supply a newversion method.
261 * newversion() method from the driver. The rdataset parameter is a
287 dns_sdlznewversion_t newversion; member in struct:dns_sdlzmethods
H A Ddb.h83 isc_result_t (*newversion)(dns_db_t *db, member in struct:dns_dbmethods
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c165 newversion(dns_db_t *db, dns_dbversion_t **versionp) { function
591 newversion,
/bind-9.11.3/lib/dns/
H A Dsdb.c622 newversion(dns_db_t *db, dns_dbversion_t **versionp) { function
1257 newversion,
H A Dsdlz.c398 newversion(dns_db_t *db, dns_dbversion_t **versionp) { function
405 if (sdlz->dlzimp->methods->newversion == NULL)
410 result = sdlz->dlzimp->methods->newversion(origin,
415 "sdlz newversion on origin %s failed : %s",
552 if (sdlz->dlzimp->methods->newversion == NULL) {
1272 if (sdlz->dlzimp->methods->newversion == NULL)
1291 newversion,
H A Drbtdb.c238 #define newversion newversion64 macro
1489 newversion(dns_db_t *db, dns_dbversion_t **versionp) { function
8343 newversion,
8391 newversion,

Completed in 54 milliseconds