Searched refs:versions (Results 1 - 25 of 34) sorted by relevance

12

/bind-9.11.3/lib/irs/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/isc/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/isccc/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/isccfg/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/lwres/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/bind9/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/lib/dns/win32/
H A Dversion.c11 #include <versions.h>
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.unlimited26 file "named_unlimited" versions unlimited size 1000;
H A Dnamed.versconf26 file "named_vers" versions 5 size 1000; // really small size
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl63 my @versions = ();
66 @versions = @ARGV;
107 if (grep {$_ eq $same_as} @versions > 0) {
135 if (grep {$_ eq $same_as} @versions > 0) {
163 if (grep {$_ eq $same_as} @versions > 0) {
193 if (grep {$_ eq $same_as} @versions > 0) {
/bind-9.11.3/bin/named/
H A Dlog.c121 destination.file.versions = ISC_LOG_ROLLNEVER;
136 destination.file.versions = ISC_LOG_ROLLNEVER;
194 destination.file.versions = ISC_LOG_ROLLNEVER;
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/bin/tests/startperf/
H A Dsetup.sh58 file "`pwd`/named.log" versions 3 size 100m;
/bind-9.11.3/bin/tools/
H A Dnamed-journalprint.c42 destination.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...]
/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/lib/isc/tests/
H A Disctest.c112 destination.file.versions = ISC_LOG_ROLLNEVER;
/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c74 destination.file.versions = ISC_LOG_ROLLNEVER;
/bind-9.11.3/bin/tests/
H A Dcfg_test.c81 destination.file.versions = ISC_LOG_ROLLNEVER;
H A Dmakejournal.c115 destination.file.versions = ISC_LOG_ROLLNEVER;
H A Dlog_test.c143 destination.file.versions = file_versions;
H A Dbyname_test.c70 destination.file.versions = ISC_LOG_ROLLNEVER;
/bind-9.11.3/
H A Dconfig.h.win32233 #include <versions.h>
/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dbigkey.c196 destination.file.versions = ISC_LOG_ROLLNEVER;
/bind-9.11.3/lib/dns/tests/
H A Ddnstest.c138 destination.file.versions = ISC_LOG_ROLLNEVER;

Completed in 26 milliseconds

12