Home
last modified time | relevance | path

Searched refs:update_cb (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/net/wireshark/wireshark-3.6.1/capture/
H A Dcapture_sync.h48 void(*update_cb)(void));
84 gchar **secondary_msg, void (*update_cb)(void));
89 gchar **secondary_msg, void (*update_cb)(void));
95 gchar **secondary_msg, void (*update_cb)(void));
99 sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, gchar **msg, void (*update_cb)(v…
H A Dcapture_sync.c209 void (*update_cb)(void)) in sync_pipe_start()
647 if (update_cb) update_cb(); in sync_pipe_start()
882 if (update_cb) update_cb(); in sync_pipe_open_command()
927 gchar **secondary_msg, void(*update_cb)(void)) in sync_pipe_run_command_actual()
945 &fork_child, &msg, update_cb); in sync_pipe_run_command_actual()
1104 gchar **secondary_msg, void (*update_cb)(void)) in sync_pipe_run_command()
1137 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_set_80211_chan()
1181 ret = sync_pipe_run_command(argv, data, primary_msg, secondary_msg, update_cb); in sync_interface_set_80211_chan()
1201 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_list_open()
1246 gchar **secondary_msg, void (*update_cb)(void)) in sync_if_capabilities_open()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/capture/
H A Dcapture_sync.h48 void(*update_cb)(void));
84 gchar **secondary_msg, void (*update_cb)(void));
89 gchar **secondary_msg, void (*update_cb)(void));
95 gchar **secondary_msg, void (*update_cb)(void));
99 sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, gchar **msg, void (*update_cb)(v…
H A Dcapture_sync.c209 void (*update_cb)(void)) in sync_pipe_start()
647 if (update_cb) update_cb(); in sync_pipe_start()
882 if (update_cb) update_cb(); in sync_pipe_open_command()
927 gchar **secondary_msg, void(*update_cb)(void)) in sync_pipe_run_command_actual()
945 &fork_child, &msg, update_cb); in sync_pipe_run_command_actual()
1104 gchar **secondary_msg, void (*update_cb)(void)) in sync_pipe_run_command()
1137 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_set_80211_chan()
1181 ret = sync_pipe_run_command(argv, data, primary_msg, secondary_msg, update_cb); in sync_interface_set_80211_chan()
1201 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_list_open()
1246 gchar **secondary_msg, void (*update_cb)(void)) in sync_if_capabilities_open()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/capture/
H A Dcapture_sync.h48 void(*update_cb)(void));
84 gchar **secondary_msg, void (*update_cb)(void));
89 gchar **secondary_msg, void (*update_cb)(void));
95 gchar **secondary_msg, void (*update_cb)(void));
99 sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, gchar **msg, void (*update_cb)(v…
H A Dcapture_sync.c209 void (*update_cb)(void)) in sync_pipe_start()
647 if (update_cb) update_cb(); in sync_pipe_start()
882 if (update_cb) update_cb(); in sync_pipe_open_command()
927 gchar **secondary_msg, void(*update_cb)(void)) in sync_pipe_run_command_actual()
945 &fork_child, &msg, update_cb); in sync_pipe_run_command_actual()
1104 gchar **secondary_msg, void (*update_cb)(void)) in sync_pipe_run_command()
1137 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_set_80211_chan()
1181 ret = sync_pipe_run_command(argv, data, primary_msg, secondary_msg, update_cb); in sync_interface_set_80211_chan()
1201 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_list_open()
1246 gchar **secondary_msg, void (*update_cb)(void)) in sync_if_capabilities_open()
[all …]
/dports/net/tshark/wireshark-3.6.1/capture/
H A Dcapture_sync.h48 void(*update_cb)(void));
84 gchar **secondary_msg, void (*update_cb)(void));
89 gchar **secondary_msg, void (*update_cb)(void));
95 gchar **secondary_msg, void (*update_cb)(void));
99 sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, gchar **msg, void (*update_cb)(v…
H A Dcapture_sync.c209 void (*update_cb)(void)) in sync_pipe_start()
647 if (update_cb) update_cb(); in sync_pipe_start()
882 if (update_cb) update_cb(); in sync_pipe_open_command()
927 gchar **secondary_msg, void(*update_cb)(void)) in sync_pipe_run_command_actual()
945 &fork_child, &msg, update_cb); in sync_pipe_run_command_actual()
1104 gchar **secondary_msg, void (*update_cb)(void)) in sync_pipe_run_command()
1137 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_set_80211_chan()
1181 ret = sync_pipe_run_command(argv, data, primary_msg, secondary_msg, update_cb); in sync_interface_set_80211_chan()
1201 gchar **secondary_msg, void (*update_cb)(void)) in sync_interface_list_open()
1246 gchar **secondary_msg, void (*update_cb)(void)) in sync_if_capabilities_open()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/quadriflow/
H A Dquadriflow_capi.cpp65 void (*update_cb)(void *, float progress, int *cancel), in check_if_canceled()
69 update_cb(update_cb_data, progress, &cancel); in check_if_canceled()
74 void (*update_cb)(void *, float progress, int *cancel), in QFLOW_quadriflow_remesh()
102 if (check_if_canceled(0.0f, update_cb, update_cb_data) != 0) { in QFLOW_quadriflow_remesh()
148 if (check_if_canceled(0.1f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
156 if (check_if_canceled(0.2f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
186 if (check_if_canceled(0.3f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
194 if (check_if_canceled(0.4f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
205 if (check_if_canceled(0.5f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
212 if (check_if_canceled(0.9f, update_cb, update_cb_data)) { in QFLOW_quadriflow_remesh()
/dports/x11-toolkits/ztoolkit/ztoolkit/src/
H A Dztk_drawing_area.c64 ZtkWidgetGenericCallback update_cb, in ztk_drawing_area_new() argument
74 update_cb ? update_cb : ztk_drawing_area_update, in ztk_drawing_area_new()
H A Dztk_widget.c32 ZtkWidgetGenericCallback update_cb, in ztk_widget_init() argument
38 self->update_cb = update_cb; in ztk_widget_init()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_command.c67 list->update_cb.list = NULL; in command_list_new()
81 command_list_callback_call(&list->update_cb, NULL); in command_list_clear()
119 command_list_callback_call(&list->update_cb, command); in _command_list_add()
196 command_list_callback_call(&list->update_cb, in _command_list_set_undo_level()
217 command_list_callback_add(&_command_list.update_cb, func, data); in command_list_add_update_cb()
284 command_list_callback_call(&_command_list.update_cb, command); in command_set_name()
299 command_list_callback_call(&list->update_cb, command); in command_list_undo()
323 command_list_callback_call(&list->update_cb, command); in command_list_redo()
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_props.c1754 if (update_cb && update_cb != Py_None) { in bpy_prop_callback_assign_update()
1758 py_data[BPY_DATA_CB_SLOT_UPDATE] = update_cb; in bpy_prop_callback_assign_update()
2182 PyObject *update_cb = NULL; in BPy_BoolProperty() local
2300 PyObject *update_cb = NULL; in BPy_BoolVectorProperty() local
2441 PyObject *update_cb = NULL; in BPy_IntProperty() local
2577 PyObject *update_cb = NULL; in BPy_IntVectorProperty() local
2732 PyObject *update_cb = NULL; in BPy_FloatProperty() local
2865 PyObject *update_cb = NULL; in BPy_FloatVectorProperty() local
3004 PyObject *update_cb = NULL; in BPy_StringProperty() local
3163 PyObject *update_cb = NULL; in BPy_EnumProperty() local
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_progress.h50 update_cb = function_null; in Progress()
341 if (update_cb) { in set_update()
343 update_cb(); in set_update()
349 update_cb = function; in set_update_callback()
355 function<void()> update_cb; variable
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Diface_lists.h24 extern void fill_in_local_interfaces(void(*update_cb)(void));
29 extern void scan_local_interfaces(void (*update_cb)(void));
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Diface_lists.h24 extern void fill_in_local_interfaces(void(*update_cb)(void));
29 extern void scan_local_interfaces(void (*update_cb)(void));
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Diface_lists.h24 extern void fill_in_local_interfaces(void(*update_cb)(void));
29 extern void scan_local_interfaces(void (*update_cb)(void));
/dports/net/tshark/wireshark-3.6.1/ui/
H A Diface_lists.h24 extern void fill_in_local_interfaces(void(*update_cb)(void));
29 extern void scan_local_interfaces(void (*update_cb)(void));
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Djump-to-track.cc34 static void update_cb (void * data, void *);
46 hook_dissociate ("playlist update", update_cb); in destroy_cb()
162 static void update_cb (void * data, void *) in update_cb() function
195 update_cb (aud::to_ptr (Playlist::Structure), nullptr); in activate_cb()
332 hook_associate ("playlist update", update_cb, nullptr); in audgui_jump_to_track()
/dports/x11-fm/nautilus-python/nautilus-python-1.2.3/examples/
H A Dupdate-file-info-async.py10 … self.timers.append(GObject.timeout_add_seconds(3, self.update_cb, provider, handle, closure))
13 def update_cb(self, provider, handle, closure): member in UpdateFileInfoAsync
/dports/textproc/uim-el/uim-d1ac9d9/uim/
H A Duim.c360 void (*update_cb)(void *ptr)) in uim_set_preedit_cb()
370 uc->preedit_update_cb = update_cb; in uim_set_preedit_cb()
920 uim_set_mode_cb(uim_context uc, void (*update_cb)(void *ptr, int mode)) in uim_set_mode_cb()
930 uc->mode_update_cb = update_cb; in uim_set_mode_cb()
934 uim_set_mode_list_update_cb(uim_context uc, void (*update_cb)(void *ptr)) in uim_set_mode_list_update_cb()
944 uc->mode_list_update_cb = update_cb; in uim_set_mode_list_update_cb()
952 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_list_update_cb()
960 uc->prop_list_update_cb = update_cb; in uim_set_prop_list_update_cb()
968 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_label_update_cb()
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Duim.c360 void (*update_cb)(void *ptr)) in uim_set_preedit_cb()
370 uc->preedit_update_cb = update_cb; in uim_set_preedit_cb()
920 uim_set_mode_cb(uim_context uc, void (*update_cb)(void *ptr, int mode)) in uim_set_mode_cb()
930 uc->mode_update_cb = update_cb; in uim_set_mode_cb()
934 uim_set_mode_list_update_cb(uim_context uc, void (*update_cb)(void *ptr)) in uim_set_mode_list_update_cb()
944 uc->mode_list_update_cb = update_cb; in uim_set_mode_list_update_cb()
952 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_list_update_cb()
960 uc->prop_list_update_cb = update_cb; in uim_set_prop_list_update_cb()
968 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_label_update_cb()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/
H A Duim.c360 void (*update_cb)(void *ptr)) in uim_set_preedit_cb()
370 uc->preedit_update_cb = update_cb; in uim_set_preedit_cb()
920 uim_set_mode_cb(uim_context uc, void (*update_cb)(void *ptr, int mode)) in uim_set_mode_cb()
930 uc->mode_update_cb = update_cb; in uim_set_mode_cb()
934 uim_set_mode_list_update_cb(uim_context uc, void (*update_cb)(void *ptr)) in uim_set_mode_list_update_cb()
944 uc->mode_list_update_cb = update_cb; in uim_set_mode_list_update_cb()
952 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_list_update_cb()
960 uc->prop_list_update_cb = update_cb; in uim_set_prop_list_update_cb()
968 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_label_update_cb()
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Duim.c360 void (*update_cb)(void *ptr)) in uim_set_preedit_cb()
370 uc->preedit_update_cb = update_cb; in uim_set_preedit_cb()
920 uim_set_mode_cb(uim_context uc, void (*update_cb)(void *ptr, int mode)) in uim_set_mode_cb()
930 uc->mode_update_cb = update_cb; in uim_set_mode_cb()
934 uim_set_mode_list_update_cb(uim_context uc, void (*update_cb)(void *ptr)) in uim_set_mode_list_update_cb()
944 uc->mode_list_update_cb = update_cb; in uim_set_mode_list_update_cb()
952 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_list_update_cb()
960 uc->prop_list_update_cb = update_cb; in uim_set_prop_list_update_cb()
968 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_label_update_cb()
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Duim.c360 void (*update_cb)(void *ptr)) in uim_set_preedit_cb()
370 uc->preedit_update_cb = update_cb; in uim_set_preedit_cb()
920 uim_set_mode_cb(uim_context uc, void (*update_cb)(void *ptr, int mode)) in uim_set_mode_cb()
930 uc->mode_update_cb = update_cb; in uim_set_mode_cb()
934 uim_set_mode_list_update_cb(uim_context uc, void (*update_cb)(void *ptr)) in uim_set_mode_list_update_cb()
944 uc->mode_list_update_cb = update_cb; in uim_set_mode_list_update_cb()
952 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_list_update_cb()
960 uc->prop_list_update_cb = update_cb; in uim_set_prop_list_update_cb()
968 void (*update_cb)(void *ptr, const char *str)) in uim_set_prop_label_update_cb()

12345678910>>...12