Lines Matching defs:version
227 dns_dbversion_t *version; /* the version of the DB */
525 if (entry->version != NULL) {
527 dns_db_closeversion(entry->db, &entry->version, ISC_FALSE);
1426 newentry->version = NULL;
1480 dns_db_attachversion(entry->db, entry->version, versionp);
1541 dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version,
1563 * Set DB version. If the version is not given by the caller,
1564 * which is the case for glue or cache DBs, use the current version.
1566 if (version == NULL) {
1568 dns_db_currentversion(db, &version);
1572 if (version != NULL) {
1574 dns_db_attachversion(db, version, &entry->version);
1577 dns_db_closeversion(db, &version, ISC_FALSE);