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

/bind-9.11.3/bin/named/
H A Dserver.c3156 result = ns_config_get(maps, "fstrm-set-reopen-interval",
8108 * as root, making it impossible to reopen them later after
8109 * switching to a new userid. We close them now, and reopen
11558 * Some platforms need the lockfile not to exist when we reopen the
14033 isc_boolean_t reopen = ISC_FALSE; local
14044 /* "dnstap-reopen" was used in 9.11.0b1 */
14045 if (strcasecmp(ptr, "dnstap-reopen") == 0) {
14046 reopen = ISC_TRUE;
14053 if (reopen || strcasecmp(ptr, "-reopen")
[all...]

Completed in 68 milliseconds