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

/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dsyslog.c33 static HANDLE hAppLog = NULL; variable
106 if (hAppLog != NULL) {
111 ReportEvent(hAppLog, EVENTLOG_INFORMATION_TYPE, 0,
115 ReportEvent(hAppLog, EVENTLOG_WARNING_TYPE, 0,
119 ReportEvent(hAppLog, EVENTLOG_ERROR_TYPE, 0,
132 hAppLog = RegisterEventSource(NULL, name);
142 DeregisterEventSource(hAppLog);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dsyslog.c33 static HANDLE hAppLog = NULL; variable
106 if (hAppLog != NULL) {
111 ReportEvent(hAppLog, EVENTLOG_INFORMATION_TYPE, 0,
115 ReportEvent(hAppLog, EVENTLOG_WARNING_TYPE, 0,
119 ReportEvent(hAppLog, EVENTLOG_ERROR_TYPE, 0,
132 hAppLog = RegisterEventSource(NULL, name);
142 DeregisterEventSource(hAppLog);

Completed in 65 milliseconds