Searched refs:methdst (Results 1 – 1 of 1) sorted by relevance
269 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() local272 if (methdst == NULL) in custom_exts_copy_flags()275 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()297 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy() local308 methdst->add_arg = NULL; in custom_exts_copy()309 methdst->parse_arg = NULL; in custom_exts_copy()313 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_exts_copy()315 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()318 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()
Completed in 5 milliseconds