Home
last modified time | relevance | path

Searched refs:log_source (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/win32/
H A Dwsyslog.c65 if (PW32G(log_source)) { in closelog()
66 DeregisterEventSource(PW32G(log_source)); in closelog()
67 PW32G(log_source) = NULL; in closelog()
91 if (!PW32G(log_source)) in syslog()
112 ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in syslog()
128 if (PW32G(log_source)) { in openlog()
134 PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); in openlog()
H A Dphp_win32_globals.h39 HANDLE log_source; member

Completed in 7 milliseconds