Searched refs:methdst (Results 1 – 1 of 1) sorted by relevance
255 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() local258 if (methdst == NULL) in custom_exts_copy_flags()261 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()283 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy() local294 methdst->add_arg = NULL; in custom_exts_copy()295 methdst->parse_arg = NULL; in custom_exts_copy()299 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_exts_copy()301 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()304 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()
Completed in 5 milliseconds