Home
last modified time | relevance | path

Searched refs:wsource (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/libsearpc/libsearpc-d1fd751/tests/clar/
H A Dfs.h118 WCHAR wsource[MAX_PATH]; in fs_rm() local
127 wsource, in fs_rm()
131 attrs = GetFileAttributesW(wsource); in fs_rm()
137 fs_rmdir_helper(wsource); in fs_rm()
143 cl_assert(DeleteFileW(wsource)); in fs_rm()
147 cl_assert(0 == fs_rm_wait(wsource)); in fs_rm()
200 WCHAR wsource[MAX_PATH], wdest[MAX_PATH]; in fs_copy() local
211 wsource, in fs_copy()
222 source_attrs = GetFileAttributesW(wsource); in fs_copy()
242 fs_copydir_helper(wsource, wdest); in fs_copy()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/clar/
H A Dfs.h159 WCHAR wsource[CLAR_MAX_PATH]; in fs_rm() local
168 wsource, in fs_rm()
171 translate_path(wsource, CLAR_MAX_PATH); in fs_rm()
174 attrs = GetFileAttributesW(wsource); in fs_rm()
180 fs_rmdir_helper(wsource); in fs_rm()
186 cl_assert(DeleteFileW(wsource)); in fs_rm()
190 cl_assert(0 == fs_rm_wait(wsource)); in fs_rm()
256 wsource, in fs_copy()
266 translate_path(wsource, CLAR_MAX_PATH); in fs_copy()
270 source_attrs = GetFileAttributesW(wsource); in fs_copy()
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/zabbix_agent/
H A Deventlog.c403 wchar_t *wsource; in process_eventlog() local
430 wsource = zbx_utf8_to_unicode(source); in process_eventlog()
477 zbx_free(wsource); in process_eventlog()
509 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
649 wchar_t *wsource = NULL; in initialize_eventlog6() local
661 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
677 zbx_free(wsource); in initialize_eventlog6()
827 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_get_eventlog_message6()
901 wchar_t *wsource = NULL; in process_eventlog6() local
915 wsource = zbx_utf8_to_unicode(source); in process_eventlog6()
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/zabbix_agent/
H A Deventlog.c403 wchar_t *wsource; in process_eventlog() local
430 wsource = zbx_utf8_to_unicode(source); in process_eventlog()
477 zbx_free(wsource); in process_eventlog()
509 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
649 wchar_t *wsource = NULL; in initialize_eventlog6() local
661 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
677 zbx_free(wsource); in initialize_eventlog6()
827 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_get_eventlog_message6()
901 wchar_t *wsource = NULL; in process_eventlog6() local
915 wsource = zbx_utf8_to_unicode(source); in process_eventlog6()
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/zabbix_agent/
H A Deventlog.c403 wchar_t *wsource; in process_eventlog() local
430 wsource = zbx_utf8_to_unicode(source); in process_eventlog()
477 zbx_free(wsource); in process_eventlog()
509 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
649 wchar_t *wsource = NULL; in initialize_eventlog6() local
661 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
677 zbx_free(wsource); in initialize_eventlog6()
827 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_get_eventlog_message6()
901 wchar_t *wsource = NULL; in process_eventlog6() local
915 wsource = zbx_utf8_to_unicode(source); in process_eventlog6()
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/zabbix_agent/
H A Deventlog.c403 wchar_t *wsource; in process_eventlog() local
430 wsource = zbx_utf8_to_unicode(source); in process_eventlog()
477 zbx_free(wsource); in process_eventlog()
509 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
649 wchar_t *wsource = NULL; in initialize_eventlog6() local
661 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
677 zbx_free(wsource); in initialize_eventlog6()
827 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_get_eventlog_message6()
901 wchar_t *wsource = NULL; in process_eventlog6() local
915 wsource = zbx_utf8_to_unicode(source); in process_eventlog6()
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/zabbix_agent/
H A Deventlog.c403 wchar_t *wsource; in process_eventlog() local
430 wsource = zbx_utf8_to_unicode(source); in process_eventlog()
477 zbx_free(wsource); in process_eventlog()
509 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
649 wchar_t *wsource = NULL; in initialize_eventlog6() local
661 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
677 zbx_free(wsource); in initialize_eventlog6()
827 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_get_eventlog_message6()
901 wchar_t *wsource = NULL; in process_eventlog6() local
915 wsource = zbx_utf8_to_unicode(source); in process_eventlog6()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/stdlib/
H A Dstrlcpy.cc31 const wchar_t* wsource = reinterpret_cast<const wchar_t*>(source); in c16lcpy() local
33 StringCchCopyW(reinterpret_cast<wchar_t*>(destination), length, wsource); in c16lcpy()
35 return wcslen(wsource); in c16lcpy()
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dbestfit.cpp288 const char *wsource = (const char *)weights; in getBestFitPlane() local
296 if (wsource) in getBestFitPlane()
298 const float *ws = (const float *)wsource; in getBestFitPlane()
300 wsource += wstride; in getBestFitPlane()
330 const char *wsource = (const char *)weights; in getBestFitPlane() local
338 if (wsource) in getBestFitPlane()
340 const float *ws = (const float *)wsource; in getBestFitPlane()
342 wsource += wstride; in getBestFitPlane()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dbestfit.cpp291 const char *wsource = (const char *) weights; in getBestFitPlane() local
300 if ( wsource ) in getBestFitPlane()
302 const float *ws = (const float *) wsource; in getBestFitPlane()
304 wsource+=wstride; in getBestFitPlane()
336 const char *wsource = (const char *) weights; in getBestFitPlane() local
345 if ( wsource ) in getBestFitPlane()
347 const float *ws = (const float *) wsource; in getBestFitPlane()
349 wsource+=wstride; in getBestFitPlane()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dbestfit.cpp291 const char *wsource = (const char *) weights; in getBestFitPlane() local
300 if ( wsource ) in getBestFitPlane()
302 const float *ws = (const float *) wsource; in getBestFitPlane()
304 wsource+=wstride; in getBestFitPlane()
336 const char *wsource = (const char *) weights; in getBestFitPlane() local
345 if ( wsource ) in getBestFitPlane()
347 const float *ws = (const float *) wsource; in getBestFitPlane()
349 wsource+=wstride; in getBestFitPlane()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dbestfit.cpp288 const char *wsource = (const char *)weights; in getBestFitPlane() local
296 if (wsource) in getBestFitPlane()
298 const float *ws = (const float *)wsource; in getBestFitPlane()
300 wsource += wstride; in getBestFitPlane()
330 const char *wsource = (const char *)weights; in getBestFitPlane() local
338 if (wsource) in getBestFitPlane()
340 const float *ws = (const float *)wsource; in getBestFitPlane()
342 wsource += wstride; in getBestFitPlane()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_agent/
H A Deventlog.c70 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
80 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
302 if (NULL == (log = EvtOpenLog(NULL, wsource, EvtOpenChannelPath))) in zbx_open_eventlog6()
305 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
331 tmp_all_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath); in zbx_open_eventlog6()
420 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
445 wchar_t *wsource = NULL; in initialize_eventlog6() local
457 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
465 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
473 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_agent/
H A Deventlog.c70 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
80 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
302 if (NULL == (log = EvtOpenLog(NULL, wsource, EvtOpenChannelPath))) in zbx_open_eventlog6()
305 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
331 tmp_all_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath); in zbx_open_eventlog6()
420 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
445 wchar_t *wsource = NULL; in initialize_eventlog6() local
457 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
465 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
473 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/zabbix_agent/
H A Deventlog.c70 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
80 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
302 if (NULL == (log = EvtOpenLog(NULL, wsource, EvtOpenChannelPath))) in zbx_open_eventlog6()
305 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
331 tmp_all_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath); in zbx_open_eventlog6()
420 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
445 wchar_t *wsource = NULL; in initialize_eventlog6() local
457 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
465 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
473 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_agent/
H A Deventlog.c70 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
80 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
302 if (NULL == (log = EvtOpenLog(NULL, wsource, EvtOpenChannelPath))) in zbx_open_eventlog6()
305 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
331 tmp_all_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath); in zbx_open_eventlog6()
420 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
445 wchar_t *wsource = NULL; in initialize_eventlog6() local
457 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
465 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
473 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/zabbix_agent/
H A Deventlog.c70 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
80 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
302 if (NULL == (log = EvtOpenLog(NULL, wsource, EvtOpenChannelPath))) in zbx_open_eventlog6()
305 tmp_str = zbx_unicode_to_utf8(wsource); in zbx_open_eventlog6()
331 tmp_all_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath); in zbx_open_eventlog6()
420 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
445 wchar_t *wsource = NULL; in initialize_eventlog6() local
457 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
465 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
473 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/astro/siril/siril/src/core/
H A DOS_utils.c602 wchar_t *wsource = g_utf8_to_utf16(source, -1, NULL, NULL, NULL); in siril_real_path() local
603 if ( wsource == NULL ) { in siril_real_path()
607 …if (!(GetFileAttributesW(wsource) & FILE_ATTRIBUTE_REPARSE_POINT)) { /* Ce n'est pas un lien symbo… in siril_real_path()
608 g_free(wsource); in siril_real_path()
615 g_free(wsource); in siril_real_path()
620 hFile = CreateFileW(wsource, GENERIC_READ, FILE_SHARE_READ, NULL, in siril_real_path()
624 g_free(wsource); in siril_real_path()
631 g_free(wsource); in siril_real_path()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/packaging/windows-innosetup/
H A Dscript.iss31 ;Name: "wsource"; Description: "Source Code"; Types: full
104 … "..\..\code\*"; Excludes: "*.o"; DestDir: "{app}\code"; Flags: recursesubdirs; Components: wsource
105 ;Source: "..\..\workspaces\vc8\*.sln"; DestDir: "{app}\workspaces\vc8"; Components: wsource and vc8
106 ;Source: "..\..\workspaces\vc8\*.vcproj"; DestDir: "{app}\workspaces\vc8"; Components: wsource and …
107 ;Source: "..\..\workspaces\vc9\*.sln"; DestDir: "{app}\workspaces\vc9"; Components: wsource and vc9
108 ;Source: "..\..\workspaces\vc9\*.vcproj"; DestDir: "{app}\workspaces\vc9"; Components: wsource and …
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/zabbix_agent/
H A Deventlog.c116 static int zbx_open_eventlog(LPCTSTR wsource, HANDLE *eventlog_handle, zbx_uint64_t *FirstID, in zbx_open_eventlog() argument
129 StringCchPrintf(reg_path, MAX_PATH, EVENTLOG_REG_PATH TEXT("%s"), wsource); in zbx_open_eventlog()
139 if (NULL == (*eventlog_handle = OpenEventLog(NULL, wsource))) /* open log file */ in zbx_open_eventlog()
416 if (NULL == (tmp_first_event_query = EvtQuery(NULL, wsource, NULL, EvtQueryChannelPath))) in zbx_open_eventlog6()
440 if (NULL == (tmp_last_event_query = EvtQuery(NULL, wsource, NULL, in zbx_open_eventlog6()
494 *query = EvtQuery(NULL, wsource, event_query, EvtQueryChannelPath); in zbx_get_handle_eventlog6()
520 wchar_t *wsource = NULL; in initialize_eventlog6() local
532 wsource = zbx_utf8_to_unicode(source); in initialize_eventlog6()
540 if (SUCCEED != zbx_get_handle_eventlog6(wsource, lastlogsize, query, error)) in initialize_eventlog6()
548 zbx_free(wsource); in initialize_eventlog6()
[all …]

1234