Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dwsyslog.c64 if (INVALID_HANDLE_VALUE != PW32G(log_source)) { in closelog()
65 DeregisterEventSource(PW32G(log_source)); in closelog()
66 PW32G(log_source) = INVALID_HANDLE_VALUE; in closelog()
89 if (INVALID_HANDLE_VALUE == PW32G(log_source)) in syslog()
110 ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in syslog()
127 PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); in openlog()
H A Dphp_win32_globals.h41 HANDLE log_source; member
H A Dglobals.c38 wg->log_source = INVALID_HANDLE_VALUE; in php_win32_core_globals_ctor()

Completed in 8 milliseconds