Home
last modified time | relevance | path

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

/php-src/win32/
H A Dwsyslog.c65 if (INVALID_HANDLE_VALUE != PW32G(log_source)) { in closelog()
66 DeregisterEventSource(PW32G(log_source)); in closelog()
67 PW32G(log_source) = INVALID_HANDLE_VALUE; in closelog()
99 if (INVALID_HANDLE_VALUE == PW32G(log_source)) in vsyslog()
123 ReportEventW(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strsw, NULL); in vsyslog()
136 ReportEventA(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in vsyslog()
152 PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); in openlog()
H A Dphp_win32_globals.h37 HANDLE log_source; member
H A Dglobals.c34 wg->log_source = INVALID_HANDLE_VALUE; in php_win32_core_globals_ctor()

Completed in 9 milliseconds