Lines Matching defs:loaded
458 #define DNS_ZONEFLG_LOADED 0x00000020U /*%< database has loaded */
494 * being loaded for the
705 dns_zt_zoneloaded_t loaded;
1793 * Only zones that are loaded instead of mmap()ed create the
1971 * Store the current time before the zone is loaded, so that if the
1980 * than the last time the zone was loaded. If the zone has not
1981 * been loaded yet, zone->loadtime will be the epoch.
1987 * The file is already loaded. If we are just doing a
2030 * Zones associated with a DLZ don't need to be loaded either,
2198 if (asl->loaded != NULL)
2199 (asl->loaded)(asl->loaded_arg, zone, task);
2226 asl->loaded = done;
4383 * loaded, we set a flag so that it will send the necessary
4592 dns_zone_log(zone, ISC_LOG_DEBUG(1), "loaded; checking validity");
4884 dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u%s", serial,
4921 "not loaded due to errors.");
10180 * Do we have a place to dump to and are we loaded?
11955 zone_debuglog(zone, me, 1, "serial: new %u, old not loaded",
13197 * If the zone is loaded and there are answers check the serial
14947 * being loaded from disk. Also, we have not
15464 isc_boolean_t loaded;
15499 loaded = ISC_TF(zone->db != NULL);
15502 if (!loaded) {