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

/bind-9.11.3/lib/isc/
H A Dlog.c242 #define FILE_STREAM(channel) (channel->destination.file.stream) macro
525 if (FILE_STREAM(channel) != NULL)
526 (void)fclose(FILE_STREAM(channel));
742 FILE_STREAM(channel) = NULL;
750 FILE_STREAM(channel) = destination->file.stream;
961 FILE_STREAM(channel) != NULL) {
962 (void)fclose(FILE_STREAM(channel));
963 FILE_STREAM(channel) = NULL;
1034 FILE_STREAM(channel) != NULL) {
1035 (void)fclose(FILE_STREAM(channe
[all...]

Completed in 14 milliseconds