Home
last modified time | relevance | path

Searched refs:evtHandle (Results 1 – 25 of 106) sorted by relevance

12345

/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dlogging.c276 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in win32_eventlog() local
298 if (evtHandle == INVALID_HANDLE_VALUE) { in win32_eventlog()
299 evtHandle = RegisterEventSource(NULL, cf_syslog_ident); in win32_eventlog()
300 if (evtHandle == NULL || evtHandle == INVALID_HANDLE_VALUE) { in win32_eventlog()
301 evtHandle = INVALID_HANDLE_VALUE; in win32_eventlog()
305 ReportEvent(evtHandle, elevel, 0, 0, NULL, 1, 0, strlist, NULL); in win32_eventlog()
/dports/databases/slony1v2/slony1-2.2.10/src/slon/port/
H A Dwin32service.c386 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in win32_eventlog() local
400 if (evtHandle == INVALID_HANDLE_VALUE) in win32_eventlog()
402 evtHandle = RegisterEventSource(NULL, "Slony"); in win32_eventlog()
403 if (evtHandle == NULL) in win32_eventlog()
405 evtHandle = INVALID_HANDLE_VALUE; in win32_eventlog()
409 ReportEvent(evtHandle, elevel, 0, 0, NULL, 1, 0, (const char **) &msg, NULL); in win32_eventlog()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_utils_error_elog.c1492 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1494 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1496 evtHandle = RegisterEventSource(NULL, in write_eventlog()
1498 if (evtHandle == NULL) in write_eventlog()
1500 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1544 ReportEventW(evtHandle, in write_eventlog()
1559 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_utils_error_elog.c1485 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1487 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1489 evtHandle = RegisterEventSource(NULL, in write_eventlog()
1491 if (evtHandle == NULL) in write_eventlog()
1493 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1542 ReportEventW(evtHandle, in write_eventlog()
1557 ReportEventA(evtHandle, in write_eventlog()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/rcache/gpusm/
H A Drcache_gpusm.h41 uint64_t evtHandle[EVTHANDLE_SIZE]; /* CUipcEventHandle */ member
H A Drcache_gpusm_module.c52 (void *)&item->evtHandle); in mca_rcache_gpusm_registration_constructor()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/rcache/gpusm/
H A Drcache_gpusm.h41 uint64_t evtHandle[EVTHANDLE_SIZE]; /* CUipcEventHandle */ member
H A Drcache_gpusm_module.c52 (void *)&item->evtHandle); in mca_rcache_gpusm_registration_constructor()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/common/cuda/
H A Dcommon_cuda.c1222 CUipcEventHandle evtHandle; in mca_common_wait_stream_synchronize()
1226 memcpy(&evtHandle, rget_reg->data.evtHandle, sizeof(evtHandle)); in mca_common_wait_stream_synchronize()
1227 CUDA_DUMP_EVTHANDLE((100, &evtHandle, "stream_synchronize")); in mca_common_wait_stream_synchronize()
1229 result = cuFunc.cuIpcOpenEventHandle(&event, evtHandle); in mca_common_wait_stream_synchronize()
1693 static void cuda_dump_evthandle(int verbose, void *evtHandle, char *str) { in cuda_dump_evthandle() argument
1705 memcpy(&evtH, evtHandle, sizeof(evtH)); in cuda_dump_evthandle()
H A Dcommon_cuda.h33 uint64_t evtHandle[EVTHANDLE_SIZE]; member
/dports/net/openmpi/openmpi-4.1.1/opal/mca/common/cuda/
H A Dcommon_cuda.c1224 CUipcEventHandle evtHandle; in mca_common_wait_stream_synchronize()
1228 memcpy(&evtHandle, rget_reg->data.evtHandle, sizeof(evtHandle)); in mca_common_wait_stream_synchronize()
1229 CUDA_DUMP_EVTHANDLE((100, &evtHandle, "stream_synchronize")); in mca_common_wait_stream_synchronize()
1231 result = cuFunc.cuIpcOpenEventHandle(&event, evtHandle); in mca_common_wait_stream_synchronize()
1695 static void cuda_dump_evthandle(int verbose, void *evtHandle, char *str) { in cuda_dump_evthandle() argument
1707 memcpy(&evtH, evtHandle, sizeof(evtH)); in cuda_dump_evthandle()
H A Dcommon_cuda.h33 uint64_t evtHandle[EVTHANDLE_SIZE]; member
/dports/textproc/artha/artha-1.0.3/src/
H A Dlibnotify.c162 HANDLE evtHandle = OpenEvent(EVENT_MODIFY_STATE, FALSE, wstrLibInitEvent); in notify_init() local
163 if(evtHandle) in notify_init()
165 CloseHandle(evtHandle); in notify_init()
166 evtHandle = NULL; in notify_init()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/error/
H A Delog.c1606 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1608 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1610 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1611 if (evtHandle == NULL) in write_eventlog()
1613 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1657 ReportEventW(evtHandle, in write_eventlog()
1672 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/utils/error/
H A Delog.c1596 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1598 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1600 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1601 if (evtHandle == NULL) in write_eventlog()
1603 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1647 ReportEventW(evtHandle, in write_eventlog()
1662 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/utils/error/
H A Delog.c1596 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1598 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1600 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1601 if (evtHandle == NULL) in write_eventlog()
1603 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1647 ReportEventW(evtHandle, in write_eventlog()
1662 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/error/
H A Delog.c1606 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1608 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1610 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1611 if (evtHandle == NULL) in write_eventlog()
1613 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1657 ReportEventW(evtHandle, in write_eventlog()
1672 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/error/
H A Delog.c1605 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1607 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1609 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1610 if (evtHandle == NULL) in write_eventlog()
1612 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1656 ReportEventW(evtHandle, in write_eventlog()
1671 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/error/
H A Delog.c1605 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
1607 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
1609 evtHandle = RegisterEventSource(NULL, event_source ? event_source : "pgpool"); in write_eventlog()
1610 if (evtHandle == NULL) in write_eventlog()
1612 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
1656 ReportEventW(evtHandle, in write_eventlog()
1671 ReportEventA(evtHandle, in write_eventlog()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_ctl/
H A Dpg_ctl.c166 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
171 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
173 evtHandle = RegisterEventSource(NULL, in write_eventlog()
175 if (evtHandle == NULL) in write_eventlog()
177 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
182 ReportEvent(evtHandle, in write_eventlog()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_ctl/
H A Dpg_ctl.c166 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
171 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
173 evtHandle = RegisterEventSource(NULL, in write_eventlog()
175 if (evtHandle == NULL) in write_eventlog()
177 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
182 ReportEvent(evtHandle, in write_eventlog()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_ctl/
H A Dpg_ctl.c166 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
171 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
173 evtHandle = RegisterEventSource(NULL, in write_eventlog()
175 if (evtHandle == NULL) in write_eventlog()
177 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
182 ReportEvent(evtHandle, in write_eventlog()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_ctl/
H A Dpg_ctl.c177 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
182 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
184 evtHandle = RegisterEventSource(NULL, in write_eventlog()
186 if (evtHandle == NULL) in write_eventlog()
188 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
193 ReportEvent(evtHandle, in write_eventlog()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_ctl/
H A Dpg_ctl.c177 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
182 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
184 evtHandle = RegisterEventSource(NULL, in write_eventlog()
186 if (evtHandle == NULL) in write_eventlog()
188 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
193 ReportEvent(evtHandle, in write_eventlog()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_ctl/
H A Dpg_ctl.c177 static HANDLE evtHandle = INVALID_HANDLE_VALUE; in write_eventlog() local
182 if (evtHandle == INVALID_HANDLE_VALUE) in write_eventlog()
184 evtHandle = RegisterEventSource(NULL, in write_eventlog()
186 if (evtHandle == NULL) in write_eventlog()
188 evtHandle = INVALID_HANDLE_VALUE; in write_eventlog()
193 ReportEvent(evtHandle, in write_eventlog()

12345