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

/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h74 * since I am intend to make large number of versions work efficiently,
106 * channel the name, versions and maximum_size should be set before calling
115 int versions; /* >= 0, #ISC_LOG_ROLLNEVER, #ISC_LOG_ROLLINFINITE. */ member in struct:isc_logfile
631 * These are four internationalized versions of the isc_log_[v]write[1]
/bind-9.11.3/bin/named/
H A Dlogconf.c136 cfg_tuple_get(fileobj, "versions");
137 isc_int32_t versions = ISC_LOG_ROLLNEVER; local
159 versions = cfg_obj_asuint32(versionsobj);
162 versions = ISC_LOG_ROLLINFINITE;
169 dest.file.versions = versions;
186 dest.file.versions = ISC_LOG_ROLLNEVER;
/bind-9.11.3/lib/isc/
H A Dlog.c226 greatest_version(isc_logfile_t *file, int versions, int *greatest);
243 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
367 destination.file.versions = ISC_LOG_ROLLNEVER;
386 destination.file.versions = ISC_LOG_ROLLNEVER;
743 FILE_VERSIONS(channel) = destination->file.versions;
1134 greatest_version(isc_logfile_t *file, int versions, int *greatestp) { argument
1191 * Remove any backup files that exceed versions.
1193 if (*digit_end == '\0' && version >= versions) {
1227 if (file->versions == ISC_LOG_ROLLNEVER)
1232 if (file->versions
[all...]

Completed in 13 milliseconds