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

/bind-9.11.3/bin/named/
H A Dquery.c1819 dns_dbversion_t *version_current = NULL; local
1827 dns_db_currentversion(db_current, &version_current);
1828 if (db_current != db || version_current != version) {
1834 dns_db_closeversion(db_current, &version_current, ISC_FALSE);

Completed in 35 milliseconds