Home
last modified time | relevance | path

Searched refs:destroy_callbacks (Results 1 – 25 of 40) sorted by relevance

12

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Diostream.c53 if (array_is_created(&stream->destroy_callbacks)) { in io_stream_free()
54 array_foreach(&stream->destroy_callbacks, dc) in io_stream_free()
56 array_free(&stream->destroy_callbacks); in io_stream_free()
80 if (!array_is_created(&stream->destroy_callbacks)) in io_stream_add_destroy_callback()
81 i_array_init(&stream->destroy_callbacks, 2); in io_stream_add_destroy_callback()
82 dc = array_append_space(&stream->destroy_callbacks); in io_stream_add_destroy_callback()
93 dcs = array_get(&stream->destroy_callbacks, &count); in io_stream_remove_destroy_callback()
96 array_delete(&stream->destroy_callbacks, i, 1); in io_stream_remove_destroy_callback()
H A Diostream-private.h24 ARRAY(struct iostream_destroy_callback) destroy_callbacks;
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DActionHook.c103 _XtAddCallback(&app->destroy_callbacks, in XtAppAddActionHook()
123 _XtRemoveCallback(&app->destroy_callbacks, FreeActionHookList, in XtRemoveActionHook()
H A DDisplay.c195 pd->destroy_callbacks = NULL; in InitPerDisplay()
428 app->destroy_callbacks = NULL; in XtCreateApplicationContext()
505 if (app->destroy_callbacks != NULL) { in DestroyAppContext()
507 (XtCallbackList) app->destroy_callbacks, in DestroyAppContext()
509 _XtRemoveAllCallbacks(&app->destroy_callbacks); in DestroyAppContext()
675 if (xtpd->destroy_callbacks != NULL) { in CloseDisplay()
677 (XtCallbackList) xtpd->destroy_callbacks, in CloseDisplay()
679 _XtRemoveAllCallbacks(&xtpd->destroy_callbacks); in CloseDisplay()
H A DDestroy.c126 if (widget->core.destroy_callbacks != NULL) { in Phase2Callbacks()
128 widget->core.destroy_callbacks, (XtPointer) NULL); in Phase2Callbacks()
H A DHooks.c59 _XtAddCallback(&app->destroy_callbacks, in XtAppAddBlockHook()
H A DObject.c80 XtOffsetOf(ObjectRec,object.destroy_callbacks),
H A DTMaction.c596 if (bindWidget->core.destroy_callbacks != NULL) in _XtBindActions()
598 &bindWidget->core.destroy_callbacks, in _XtBindActions()
602 &bindWidget->core.destroy_callbacks, in _XtBindActions()
/dports/devel/p5-Gearman-Client-Async/Gearman-Client-Async-0.94/lib/Gearman/Client/Async/
H A DConnection.pm141 $self->destroy_callbacks;
147 sub destroy_callbacks { subroutine
188 $self->destroy_callbacks;
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-app-0.15.0/src/
H A Dapp_src.rs149 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
203 Some(destroy_callbacks), in set_callbacks()
H A Dapp_sink.rs171 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
182 Some(destroy_callbacks), in set_callbacks()
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DInitialI.h154 InternalCallbackList destroy_callbacks; member
295 InternalCallbackList destroy_callbacks; member
H A DObjectP.h67 XtCallbackList destroy_callbacks; /* who to call when widget destroyed */ member
H A DCoreP.h78 XtCallbackList destroy_callbacks; /* who to call when widget destroyed */ member
/dports/devel/pecl-swoole/swoole-4.8.5/src/reactor/
H A Dbase.cc379 destroy_callbacks.append(cb, data); in add_destroy_callback()
405 destroy_callbacks.execute(); in ~Reactor()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DXme.c214 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in XmeAddFocusChangeCallback()
248 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in XmeRemoveFocusChangeCallback()
H A DLabelG.c489 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in secondary_object_create()
613 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginHeight()
660 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginWidth()
705 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginLeft()
750 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginRight()
795 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginTop()
840 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in _XmAssignLabG_MarginBottom()
1471 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in set_values_prehook()
1840 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in get_values_prehook()
H A DSeparatoG.c323 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in secondary_object_create()
556 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in set_values_prehook()
733 ((XmExtRec *)nsec)->object.destroy_callbacks = NULL; in get_values_prehook()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtkxtbin/
H A Dgtk2xtbin.h85 XtCallbackList destroy_callbacks; /* who to call when widget destroyed */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtkxtbin/
H A Dgtk2xtbin.h88 XtCallbackList destroy_callbacks; /* who to call when widget destroyed */
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-app-0.15.6/src/
H A Dapp_sink.rs254 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
283 Some(destroy_callbacks), in set_callbacks()
H A Dapp_src.rs222 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
293 Some(destroy_callbacks), in set_callbacks()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-app-0.17.2/src/
H A Dapp_src.rs205 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
263 Some(destroy_callbacks), in set_callbacks()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-app-0.17.0/src/
H A Dapp_src.rs205 unsafe extern "C" fn destroy_callbacks(ptr: gpointer) { in destroy_callbacks() function
263 Some(destroy_callbacks), in set_callbacks()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_reactor.h169 CallbackManager destroy_callbacks; variable

12