Searched refs:dns_db_dump (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dnsecify.c192 result = dns_db_dump(db, NULL, newfilename);
193 check_result(result, "dns_db_dump");
H A Ddb_test.c673 result = dns_db_dump(dbi->db, dbi->version, s+4);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddb.h522 dns_db_dump(dns_db_t *db, dns_dbversion_t *version, const char *filename);
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c479 result = dns_db_dump(db1, VERSION(callback), tempname);
482 atf_tc_fail("dns_db_dump did not assert");
492 atf_tc_set_md_var(tc, "descr", "check dns_db_dump passes with matching db/version");
503 atf_tc_set_md_var(tc, "descr", "check dns_db_dump aborts with mis-matching db/version");
597 atf_tc_fail("dns_db_dump did not assert");
/bind-9.6-ESV-R11/lib/dns/
H A Ddb.c361 dns_db_dump(dns_db_t *db, dns_dbversion_t *version, const char *filename) { function

Completed in 19 milliseconds