Home
last modified time | relevance | path

Searched refs:destroy_data (Results 1 – 25 of 26) sorted by relevance

12

/third_party/selinux/libsepol/cil/src/
Dcil_list.c56 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()
Dcil_list.h52 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/
Dgclosure.h227 GClosureNotify destroy_data);
231 GClosureNotify destroy_data);
Dgclosure.c946 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()
Dgsignal.h401 GClosureNotify destroy_data,
Dgsignal.c2562 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/
Dgstptpclock.h148 … gpointer user_data, GDestroyNotify destroy_data);
Dgstptpclock.c2620 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/
Dclosure-refcount.c233 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/
Dgsteglimage.h65 gpointer destroy_data; member
Dgsteglimage.c217 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/
Dgstclock.c274 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()
Dgstclock.h408 GDestroyNotify destroy_data; member
630 GDestroyNotify destroy_data);
Dgstpad.h1334 GDestroyNotify destroy_data);
Dgstpad.c1427 GDestroyNotify destroy_data) in gst_pad_add_probe() argument
1454 hook->destroy = destroy_data; in gst_pad_add_probe()
/third_party/pixman/pixman/
Dpixman-image.c130 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()
Dpixman-private.h116 void * destroy_data; member
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c98 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()
Dgstharness.h348 GDestroyNotify destroy_data);
Dgstcheck.h93 gpointer user_data, GDestroyNotify destroy_data);
Dgstharness.c2670 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/
Dconf.h42 int (*destroy_data) (CONF *conf); member
/third_party/openssl/crypto/conf/
Dconf_lib.c204 conf->meth->destroy_data(conf); in NCONF_free_data()
/third_party/glib/glib/
Dgtestutils.c831 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()
Dgtestutils.h411 gpointer destroy_data);

12