Searched refs:add_cb (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_ext.c145 if (!meth->add_cb)
148 if (meth->add_cb) {
150 cb_retval = meth->add_cb(s, meth->ext_type,
205 custom_ext_add_cb add_cb,
212 * Check application error: if add_cb is not set free_cb will never be
215 if (!add_cb && free_cb)
238 meth->add_cb = add_cb;
249 custom_ext_add_cb add_cb,
256 add_cb, free_c
203 custom_ext_meth_add(custom_ext_methods *exts, 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) argument
248 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) argument
259 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) argument
[all...]
H A Dssl.h1389 custom_ext_add_cb add_cb,
1396 custom_ext_add_cb add_cb,
H A Dssl_locl.h568 custom_ext_add_cb add_cb; member in struct:__anon5005
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_ext.c145 if (!meth->add_cb)
148 if (meth->add_cb) {
150 cb_retval = meth->add_cb(s, meth->ext_type,
205 custom_ext_add_cb add_cb,
212 * Check application error: if add_cb is not set free_cb will never be
215 if (!add_cb && free_cb)
238 meth->add_cb = add_cb;
249 custom_ext_add_cb add_cb,
256 add_cb, free_c
203 custom_ext_meth_add(custom_ext_methods *exts, 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) argument
248 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) argument
259 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) argument
[all...]
H A Dssl.h1389 custom_ext_add_cb add_cb,
1396 custom_ext_add_cb add_cb,
H A Dssl_locl.h568 custom_ext_add_cb add_cb; member in struct:__anon4656
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcaenc.c404 static int32_t add_cb(int32_t a, int32_t b) function
428 power[j] = add_cb(get_cb(out[j].re), get_cb(out[j].im));
435 denom = add_cb(denom, power[j] + auf[samplerate_index][i][j]);
437 out_cb_unnorm[j] = add_cb(out_cb_unnorm[j],
442 out_cb[j] = add_cb(out_cb[j], -out_cb_unnorm[j] - ca_cb - cs_cb);

Completed in 99 milliseconds