/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A 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() 203 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 206 if (meth->add_cb != NULL) { in custom_ext_add() 207 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out, in custom_ext_add() 290 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy() 328 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 350 SSL_custom_ext_add_cb_ex add_cb, in add_custom_ext_intern() 360 * Check application error: if add_cb i in add_custom_ext_intern() 347 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) add_custom_ext_intern() argument 412 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) add_old_custom_ext() argument 455 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_client_custom_ext() argument 469 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_server_custom_ext() argument 483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument [all...] |
/third_party/openssl/ssl/statem/ |
H A 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() 203 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 206 if (meth->add_cb != NULL) { in custom_ext_add() 207 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out, in custom_ext_add() 290 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy() 328 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 348 SSL_custom_ext_add_cb_ex add_cb, in add_custom_ext_intern() 358 * Check application error: if add_cb i in add_custom_ext_intern() 345 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) add_custom_ext_intern() argument 410 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) add_old_custom_ext() argument 453 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_client_custom_ext() argument 467 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_server_custom_ext() argument 481 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dcaenc.c | 417 static int32_t add_cb(DCAEncContext *c, int32_t a, int32_t b) in add_cb() function 440 power[i] = add_cb(c, cb, cb); in calc_power() 463 denom = add_cb(c, denom, power[j] + c->auf[samplerate_index][i][j]); in adjust_jnd() 465 out_cb_unnorm[j] = add_cb(c, out_cb_unnorm[j], in adjust_jnd() 470 out_cb[j] = add_cb(c, out_cb[j], -out_cb_unnorm[j] - ca_cb - cs_cb); in adjust_jnd()
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 2889 PyObject *add_cb = _PyObject_GetAttrId( in task_step_impl() local 2891 if (add_cb == NULL) { in task_step_impl() 2898 tmp = PyObject_Vectorcall(add_cb, stack, 1, context_kwname); in task_step_impl() 2899 Py_DECREF(add_cb); in task_step_impl()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A 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/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|