Searched refs:FILE_STREAM (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c253 #define FILE_STREAM(channel) (channel->destination.file.stream) macro
535 if (FILE_STREAM(channel) != NULL)
536 (void)fclose(FILE_STREAM(channel));
751 FILE_STREAM(channel) = NULL;
759 FILE_STREAM(channel) = destination->file.stream;
970 FILE_STREAM(channel) != NULL) {
971 (void)fclose(FILE_STREAM(channel));
972 FILE_STREAM(channel) = NULL;
1043 FILE_STREAM(channel) != NULL) {
1044 (void)fclose(FILE_STREAM(channe
[all...]

Completed in 293 milliseconds