Lines Matching defs:destination
111 isc_logdestination_t destination;
119 destination.file.stream = NULL;
120 destination.file.name = "named.run";
121 destination.file.versions = ISC_LOG_ROLLNEVER;
122 destination.file.maximum_size = 0;
126 &destination,
134 destination.file.stream = NULL;
135 destination.file.name = ns_g_logfile;
136 destination.file.versions = ISC_LOG_ROLLNEVER;
137 destination.file.maximum_size = 0;
141 &destination,
150 destination.facility = ISC_FACILITY;
153 &destination, 0);
172 isc_logdestination_t destination;
192 destination.file.stream = NULL;
193 destination.file.name = ns_g_logfile;
194 destination.file.versions = ISC_LOG_ROLLNEVER;
195 destination.file.maximum_size = 0;
199 &destination,
208 destination.facility = ISC_FACILITY;
211 &destination, 0);