Searched refs:destroy_data (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gclosure.c | 819 GClosureNotify destroy_data) in g_cclosure_new() argument 826 if (destroy_data) in g_cclosure_new() 827 g_closure_add_finalize_notifier (closure, user_data, destroy_data); in g_cclosure_new() 847 GClosureNotify destroy_data) in g_cclosure_new_swap() argument 854 if (destroy_data) in g_cclosure_new_swap() 855 g_closure_add_finalize_notifier (closure, user_data, destroy_data); in g_cclosure_new_swap()
|
D | gclosure.h | 194 GClosureNotify destroy_data); 197 GClosureNotify destroy_data);
|
D | gsignal.h | 354 GClosureNotify destroy_data,
|
D | gsignal.c | 2229 GClosureNotify destroy_data, in g_signal_connect_data() argument 2262 …= g_closure_ref ((swapped ? g_cclosure_new_swap : g_cclosure_new) (c_handler, data, destroy_data)); in g_signal_connect_data()
|
/external/bluetooth/glib/tests/refcount/ |
D | closures.c | 221 destroy_data (gpointer data, in destroy_data() function 250 closure = g_cclosure_new (G_CALLBACK (test_signal_handler), TEST_POINTER2, destroy_data); in main()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.c | 65 gpointer destroy_data; member 1095 gpointer destroy_data) in g_test_queue_destroy() argument 1101 dentry->destroy_data = destroy_data; in g_test_queue_destroy() 1136 dentry->destroy_func (dentry->destroy_data); in test_case_run()
|
D | gtestutils.h | 128 gpointer destroy_data);
|
/external/openssl/crypto/conf/ |
D | conf.h | 94 int (*destroy_data)(CONF *conf); member
|
D | conf_lib.c | 262 conf->meth->destroy_data(conf); in NCONF_free_data()
|
/external/openssl/include/openssl/ |
D | conf.h | 94 int (*destroy_data)(CONF *conf); member
|