Searched refs:methdst (Results 1 – 1 of 1) sorted by relevance
263 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() local266 if (methdst == NULL) in custom_exts_copy_flags()269 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()276 static void custom_ext_copy_old_cb(custom_ext_method *methdst, in custom_ext_copy_old_cb() argument284 methdst->add_arg = NULL; in custom_ext_copy_old_cb()285 methdst->parse_arg = NULL; in custom_ext_copy_old_cb()289 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_ext_copy_old_cb()291 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_ext_copy_old_cb()294 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_ext_copy_old_cb()340 custom_ext_method *methdst = OPENSSL_realloc(dst->meths, in custom_exts_copy_conn() local[all …]