/third_party/selinux/libsepol/cil/src/ |
D | cil_list.c | 56 void cil_list_destroy(struct cil_list **list, unsigned destroy_data) in cil_list_destroy() argument 69 cil_list_destroy((struct cil_list**)&(item->data), destroy_data); in cil_list_destroy() 72 cil_list_item_destroy(&item, destroy_data); in cil_list_destroy() 90 void cil_list_item_destroy(struct cil_list_item **item, unsigned destroy_data) in cil_list_item_destroy() argument 92 if (destroy_data) { in cil_list_item_destroy() 225 …d cil_list_remove(struct cil_list *list, enum cil_flavor flavor, void *data, unsigned destroy_data) in cil_list_remove() argument 244 cil_list_item_destroy(&item, destroy_data); in cil_list_remove()
|
D | cil_list.h | 52 void cil_list_destroy (struct cil_list **list, unsigned destroy_data); 54 void cil_list_item_destroy(struct cil_list_item **item, unsigned destroy_data); 57 … cil_list_remove(struct cil_list *list, enum cil_flavor flavor, void *data, unsigned destroy_data);
|
/third_party/glib/gobject/ |
D | gclosure.h | 227 GClosureNotify destroy_data); 231 GClosureNotify destroy_data);
|
D | gclosure.c | 946 GClosureNotify destroy_data) in g_cclosure_new() argument 953 if (destroy_data) in g_cclosure_new() 954 g_closure_add_finalize_notifier (closure, user_data, destroy_data); in g_cclosure_new() 976 GClosureNotify destroy_data) in g_cclosure_new_swap() argument 983 if (destroy_data) in g_cclosure_new_swap() 984 g_closure_add_finalize_notifier (closure, user_data, destroy_data); in g_cclosure_new_swap()
|
D | gsignal.h | 401 GClosureNotify destroy_data,
|
D | gsignal.c | 2562 GClosureNotify destroy_data, in g_signal_connect_data() argument 2601 …= g_closure_ref ((swapped ? g_cclosure_new_swap : g_cclosure_new) (c_handler, data, destroy_data)); in g_signal_connect_data()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.h | 148 … gpointer user_data, GDestroyNotify destroy_data);
|
D | gstptpclock.c | 2620 gpointer user_data, GDestroyNotify destroy_data) in gst_ptp_statistics_callback_add() argument 2634 hook->destroy = destroy_data; in gst_ptp_statistics_callback_add()
|
/third_party/glib/gobject/tests/ |
D | closure-refcount.c | 233 destroy_data (gpointer user_data, in destroy_data() function 264 closure = g_cclosure_new (G_CALLBACK (test_signal_handler), &test_data, destroy_data); in test_closure_refcount()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.h | 65 gpointer destroy_data; member
|
D | gsteglimage.c | 217 image->destroy_notify (image, image->destroy_data); in _gst_egl_image_free_thread() 271 img->destroy_data = user_data; in gst_egl_image_new_wrapped()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.c | 274 entry->destroy_data = NULL; in gst_clock_entry_new() 370 if (entry->destroy_data) in _gst_clock_id_free() 371 entry->destroy_data (entry->user_data); in _gst_clock_id_free() 618 GstClockCallback func, gpointer user_data, GDestroyNotify destroy_data) in gst_clock_id_wait_async() argument 646 entry->destroy_data = destroy_data; in gst_clock_id_wait_async()
|
D | gstclock.h | 408 GDestroyNotify destroy_data; member 630 GDestroyNotify destroy_data);
|
D | gstpad.h | 1334 GDestroyNotify destroy_data);
|
D | gstpad.c | 1427 GDestroyNotify destroy_data) in gst_pad_add_probe() argument 1454 hook->destroy = destroy_data; in gst_pad_add_probe()
|
/third_party/pixman/pixman/ |
D | pixman-image.c | 130 common->destroy_data = NULL; in _pixman_image_init() 144 image->common.destroy_func (image, image->common.destroy_data); in _pixman_image_fini() 226 image->common.destroy_data = data; in pixman_image_set_destroy_function() 232 return image->common.destroy_data; in pixman_image_get_destroy_data()
|
D | pixman-private.h | 116 void * destroy_data; member
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 98 GDestroyNotify destroy_data) in gst_check_alloc_log_filter() argument 108 filter->destroy = destroy_data; in gst_check_alloc_log_filter() 149 GDestroyNotify destroy_data) in gst_check_add_log_filter() argument 156 func, user_data, destroy_data); in gst_check_add_log_filter()
|
D | gstharness.h | 348 GDestroyNotify destroy_data);
|
D | gstcheck.h | 93 gpointer user_data, GDestroyNotify destroy_data);
|
D | gstharness.c | 2670 GDestroyNotify destroy_data) in gst_harness_add_probe() argument 2674 gst_pad_add_probe (pad, mask, callback, user_data, destroy_data); in gst_harness_add_probe()
|
/third_party/openssl/include/openssl/ |
D | conf.h | 42 int (*destroy_data) (CONF *conf); member
|
/third_party/openssl/crypto/conf/ |
D | conf_lib.c | 204 conf->meth->destroy_data(conf); in NCONF_free_data()
|
/third_party/glib/glib/ |
D | gtestutils.c | 831 gpointer destroy_data; member 2702 gpointer destroy_data) in g_test_queue_destroy() argument 2710 dentry->destroy_data = destroy_data; in g_test_queue_destroy() 2783 dentry->destroy_func (dentry->destroy_data); in test_case_run()
|
D | gtestutils.h | 411 gpointer destroy_data);
|