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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddb.h466 dns_db_endload(dns_db_t *db, dns_dbload_t **dbloadp);
503 * dns_db_endload();
/bind-9.6-ESV-R11/lib/dns/
H A Ddb.c308 dns_db_endload(dns_db_t *db, dns_dbload_t **dbloadp) { function
347 eresult = dns_db_endload(db, &callbacks.add_private);
349 * We always call dns_db_endload(), but we only want to return its
H A Dxfrin.c321 CHECK(dns_db_endload(xfr->db, &xfr->axfr.add_private));
725 (void)dns_db_endload(xfr->db, &xfr->axfr.add_private);
1446 (void)dns_db_endload(xfr->db, &xfr->axfr.add_private);
H A Drootns.c243 eresult = dns_db_endload(db, &callbacks.add_private);
H A Dzone.c1684 * the result of dns_db_endload().
1686 (void)dns_db_endload(load->db,
1703 tresult = dns_db_endload(db, &callbacks.add_private);
10161 tresult = dns_db_endload(load->db, &load->callbacks.add_private);

Completed in 48 milliseconds