custom_ext_find
custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
meth = custom_ext_find(&s->cert->custext, role, thisext->type,
meth = custom_ext_find(meths, role, type, &offset);
if (custom_ext_find(&s->cert->custext, role,
meth = custom_ext_find(exts, role, ext_type, NULL);
custom_ext_method *methdst = custom_ext_find(dst, methsrc->role,
return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type,
if (custom_ext_find(exts, role, ext_type, NULL))