Searched defs:cbdata (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/ |
D | core_fetch.c | 27 static int is_temporary_method_store(int no_store, void *cbdata) in is_temporary_method_store() 34 static int ossl_method_construct_reserve_store(int no_store, void *cbdata) in ossl_method_construct_reserve_store() 52 static int ossl_method_construct_unreserve_store(void *cbdata) in ossl_method_construct_unreserve_store() 61 void *cbdata, int *result) in ossl_method_construct_precondition() 88 void *cbdata, int *result) in ossl_method_construct_postcondition() 104 int no_store, void *cbdata) in ossl_method_construct_this() 136 struct construct_data_st cbdata; in ossl_method_construct() local
|
D | core_algorithm.c | 43 int cur_operation, int no_store, void *cbdata) in algorithm_do_map() 102 static int algorithm_do_this(OSSL_PROVIDER *provider, void *cbdata) in algorithm_do_this() 150 struct algorithm_data_st cbdata = { 0, }; in ossl_algorithm_do_all() local
|
D | provider_child.c | 98 static int provider_create_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_create_child_cb() 162 static int provider_remove_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_remove_child_cb() 190 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb()
|
D | provider.c | 145 void *cbdata), in OSSL_PROVIDER_do_all()
|
D | provider_core.c | 134 void *cbdata; member 1352 void *cbdata), in ossl_provider_doall_activated() 1711 void *cbdata), in ossl_provider_register_child_cb()
|
D | core_namemap.c | 138 DOALL_NAMES_DATA cbdata; in ossl_namemap_doall_names() local
|
/third_party/mesa3d/src/freedreno/isa/ |
D | isa.h | 69 void *cbdata; member
|
/third_party/openssl/crypto/store/ |
D | store_result.c | 87 struct ossl_load_result_data_st *cbdata = arg; in ossl_store_handle_load_result() local
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gsthdv1394src.c | 291 unsigned int dropped, void *cbdata) in gst_hdv1394src_iec61883_receive()
|
D | gstdv1394src.c | 421 int complete, void *cbdata) in gst_dv1394src_iec61883_receive()
|
/third_party/node/src/ |
D | js_native_api_v8.cc | 250 v8::Local<v8::Value> cbdata = v8::External::New(env->isolate, bundle); in New() local 339 v8::Local<v8::Value> cbdata = v8impl::CallbackBundle::New(env, cb, cb_data); in NewFunction() local 355 v8::Local<v8::Value> cbdata = v8impl::CallbackBundle::New(env, cb, cb_data); in NewTemplate() local
|