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

/bind-9.11.3/lib/isc/
H A Dlog.c1306 isc_boolean_t roll = ISC_FALSE; local
1329 roll = regular_file;
1339 if (result == ISC_R_SUCCESS && roll) {
/bind-9.11.3/lib/dns/
H A Ddnstap.c278 dns_dt_reopen(dns_dtenv_t *env, int roll) { argument
327 (roll < 0) ? "reopening" : "rolling",
335 if (env->mode == dns_dtmode_file && roll >= 0) {
343 file.versions = roll != 0 ? roll : ISC_LOG_ROLLINFINITE;

Completed in 17 milliseconds