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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c5478 rdatasetheader_t *newheader, unsigned int options, isc_boolean_t loading,
5512 if (rbtversion != NULL && !loading) {
5703 if (loading && RESIGN(newheader) &&
5803 if (loading) {
5806 * loading, so we MAY clean up 'header' now.
5808 * loading, we MUST clean up 'header' now.
5863 * Ignored rdatasets cannot occur during loading, so
5866 INSIST(!loading);
6444 * 'load' below for more information on loading and
5477 add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, rdatasetheader_t *newheader, unsigned int options, isc_boolean_t loading, dns_rdataset_t *addedrdataset, isc_stdtime_t now) argument

Completed in 1931 milliseconds