Searched refs:add_cb (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | extensions_cust.c | 19 custom_ext_add_cb add_cb; member 39 if (add_cb_wrap->add_cb == NULL) in custom_ext_add_old_cb_wrap() 42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap() 204 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 207 if (meth->add_cb != NULL) { in custom_ext_add() 208 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out, in custom_ext_add() 288 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy() 326 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 346 SSL_custom_ext_add_cb_ex add_cb, in add_custom_ext_intern() argument 359 if (add_cb == NULL && free_cb != NULL) in add_custom_ext_intern() [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_extension_supported.pod | 36 SSL_custom_ext_add_cb_ex add_cb, 57 custom_ext_add_cb add_cb, 63 custom_ext_add_cb add_cb, 74 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the 80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 103 The callback B<add_cb> is called to send custom extension data to be 114 If the B<add_cb> does not wish to include the extension it must return 0. 116 If B<add_cb> returns -1 a fatal handshake error occurs using the TLS 119 When constructing the ClientHello, if B<add_cb> is set to NULL a zero length [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dcaenc.c | 411 static int32_t add_cb(DCAEncContext *c, int32_t a, int32_t b) in add_cb() function 434 power[i] = add_cb(c, cb, cb); in calc_power() 457 denom = add_cb(c, denom, power[j] + c->auf[samplerate_index][i][j]); in adjust_jnd() 459 out_cb_unnorm[j] = add_cb(c, out_cb_unnorm[j], in adjust_jnd() 464 out_cb[j] = add_cb(c, out_cb[j], -out_cb_unnorm[j] - ca_cb - cs_cb); in adjust_jnd()
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 2851 PyObject *add_cb = _PyObject_GetAttrId( in task_step_impl() local 2853 if (add_cb == NULL) { in task_step_impl() 2860 res = PyObject_Vectorcall(add_cb, stack, 1, context_kwname); in task_step_impl() 2861 Py_DECREF(add_cb); in task_step_impl()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 868 custom_ext_add_cb add_cb, 876 custom_ext_add_cb add_cb, 884 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbin.c | 1776 add_cb (GstBin * pipeline, GstBin * bin, GstElement * element, GList ** list) in add_cb() function 1799 G_CALLBACK (add_cb), &added); in GST_START_TEST()
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1853 SSL_custom_ext_add_cb_ex add_cb; member
|