Lines Matching defs:add_cb
19 custom_ext_add_cb add_cb;
39 if (add_cb_wrap->add_cb == NULL)
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al,
203 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL)
206 if (meth->add_cb != NULL) {
207 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out,
290 if (methsrc->add_cb != custom_ext_add_old_cb_wrap)
328 if (meth->add_cb != custom_ext_add_old_cb_wrap)
348 SSL_custom_ext_add_cb_ex add_cb,
358 * Check application error: if add_cb is not set free_cb will never be
361 if (add_cb == NULL && free_cb != NULL)
401 meth->add_cb = add_cb;
413 custom_ext_add_cb add_cb,
431 add_cb_wrap->add_cb = add_cb;
454 custom_ext_add_cb add_cb,
464 add_cb, free_cb, add_arg, parse_cb, parse_arg);
468 custom_ext_add_cb add_cb,
478 add_cb, free_cb, add_arg, parse_cb, parse_arg);
483 SSL_custom_ext_add_cb_ex add_cb,
488 return add_custom_ext_intern(ctx, ENDPOINT_BOTH, ext_type, context, add_cb,