Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dwsyslog.c95 DWORD evid; in vsyslog() local
105 evid = PHP_SYSLOG_ERROR_TYPE; in vsyslog()
109 evid = PHP_SYSLOG_INFO_TYPE; in vsyslog()
113 evid = PHP_SYSLOG_WARNING_TYPE; 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()

Completed in 5 milliseconds