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

/bind-9.11.3/lib/dns/
H A Dzt.c40 isc_boolean_t flush; member in struct:dns_zt
90 zt->flush = ISC_FALSE;
191 flush(dns_zone_t *zone, void *uap) { function
198 if (zt->flush)
199 (void)dns_zt_apply(zt, ISC_FALSE, flush, NULL);
222 zt->flush = ISC_TRUE;
H A Dview.c218 view->flush = ISC_FALSE;
565 view_flushanddetach(dns_view_t **viewp, isc_boolean_t flush) { argument
574 if (flush)
575 view->flush = ISC_TRUE;
590 if (view->flush)
598 if (view->flush)
604 if (view->flush)
/bind-9.11.3/lib/dns/include/dns/
H A Dview.h158 isc_boolean_t flush; member in struct:dns_view
904 * the internal reference to the cache DB with omitting actual flush operation.
925 * is true, also flush all subdomains of 'name'.
/bind-9.11.3/bin/named/
H A Dserver.c3112 result = ns_config_get(maps, "fstrm-set-flush-timeout", &obj);
8327 result = ns_config_get(maps, "flush-zones-on-shutdown", &obj);
8672 ns_server_flushonshutdown(ns_server_t *server, isc_boolean_t flush) { argument
8676 server->flushonshutdown = flush;
8684 isc_boolean_t flush = server->flushonshutdown; local
8695 flush ? ": flushing changes" : "");
8716 if (flush)
10338 * list, flush these caches, and then update other views that refer to
10367 /* Perform flush */
10466 /* Find the domain name to flush
[all...]

Completed in 46 milliseconds