/dports/textproc/p5-SGMLSpm/SGMLSpm/ |
H A D | Refs.pm | 210 $handle_counter = 1; 212 return "Handle" . $handle_counter++;
|
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/panel/ |
H A D | panel-plugin-external-wrapper.c | 354 static guint handle_counter = 0; in panel_plugin_external_wrapper_remote_event() local 362 if (G_UNLIKELY (handle_counter > G_MAXUINT - 2)) in panel_plugin_external_wrapper_remote_event() 363 handle_counter = 0; in panel_plugin_external_wrapper_remote_event() 364 *handle = ++handle_counter; in panel_plugin_external_wrapper_remote_event()
|
/dports/security/snort3/snort3-3.1.19.0/src/flow/ |
H A D | ha.cc | 84 uint8_t handle_counter = 1; // stream client (index == 0) always exists member in HighAvailability 218 if (ha->handle_counter >= MAX_CLIENTS) in FlowHAClient() 224 index = ha->handle_counter; in FlowHAClient() 227 ha->handle_counter++; in FlowHAClient() 320 for (int i = 0; i < ha->handle_counter; i++) in calculate_update_msg_content_length() 376 for (int i = 0; i < ha->handle_counter; i++) in write_update_msg_content() 414 if ((header->client >= ha->handle_counter) || (ha->client_map[header->client] == nullptr)) in consume_ha_update_message()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/ |
H A D | os_perf_windows.cpp | 360 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 365 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 366 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 371 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 375 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 376 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/ |
H A D | os_perf_windows.cpp | 358 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 363 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 364 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 369 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 373 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 374 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/ |
H A D | os_perf_windows.cpp | 360 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 365 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 366 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 371 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 375 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 376 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/ |
H A D | os_perf_windows.cpp | 359 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 364 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 365 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 370 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 374 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 375 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/ |
H A D | os_perf_windows.cpp | 351 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 356 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 357 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 362 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 366 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 367 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/ |
H A D | os_perf_windows.cpp | 357 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 362 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 363 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 368 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 372 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 373 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/ |
H A D | os_perf_windows.cpp | 357 HCOUNTER handle_counter = NULL; in current_query_index_for_process() local 362 if (PdhDll::PdhAddCounter(tmpQuery, counter, 0, &handle_counter) != ERROR_SUCCESS) { in current_query_index_for_process() 363 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 368 pdh_cleanup(&tmpQuery, &handle_counter); in current_query_index_for_process() 372 formatted_counter_value(handle_counter, PDH_FMT_LONG, &counter_value); in current_query_index_for_process() 373 pdh_cleanup(NULL, &handle_counter); in current_query_index_for_process()
|
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/ |
H A D | gkm-module.c | 69 …gulong handle_counter; /* Constantly incrementing counter for handles and the lik… member 614 self->pv->handle_counter = 1; in gkm_module_init() 848 if (self->pv->handle_counter == CK_GNOME_MAX_HANDLE) { in gkm_module_next_handle() 850 self->pv->handle_counter = 0; in gkm_module_next_handle() 852 return (self->pv->handle_counter)++; in gkm_module_next_handle()
|
/dports/math/gnumeric/gnumeric-1.12.50/src/ |
H A D | workbook.h | 35 gboolean handle_counter);
|
H A D | workbook.c | 1262 gboolean handle_counter) in workbook_sheet_get_free_name() argument 1275 if (handle_counter) { in workbook_sheet_get_free_name()
|
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/ |
H A D | counter.c | 444 handle_counter( FL_OBJECT * ob, in handle_counter() function 518 ob = fl_make_object( FL_COUNTER, type, x, y, w, h, label, handle_counter ); in fl_create_counter()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 746 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, 764 err = handle_counter(dev, qpc, slave, port); in update_vport_qp_param() 1040 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, in handle_counter() function
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 746 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, 764 err = handle_counter(dev, qpc, slave, port); in update_vport_qp_param() 1040 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, in handle_counter() function
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 746 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, 764 err = handle_counter(dev, qpc, slave, port); in update_vport_qp_param() 1040 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, in handle_counter() function
|
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/ |
H A D | debuginfo.c | 296 static ULong handle_counter = 1; variable 308 di->handle = handle_counter++; in alloc_DebugInfo()
|
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/ |
H A D | debuginfo.c | 296 static ULong handle_counter = 1; variable 308 di->handle = handle_counter++; in alloc_DebugInfo()
|
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/ |
H A D | valgrind-wheezy.diff | 308 ++ Note, this isn't the same as the "handle_counter" below. That only 437 + di->handle = handle_counter++;
|