Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dwsyslog.c96 wchar_t *strsw[2]; in vsyslog() local
118 strsw[0] = php_win32_cp_any_to_w(PW32G(log_header)); in vsyslog()
119 strsw[1] = php_win32_cp_any_to_w(tmp); in vsyslog()
122 if (strsw[0] && strsw[1]) { in vsyslog()
123 ReportEventW(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strsw, NULL); in vsyslog()
124 free(strsw[0]); in vsyslog()
125 free(strsw[1]); in vsyslog()
130 free(strsw[0]); in vsyslog()
131 free(strsw[1]); in vsyslog()

Completed in 5 milliseconds