CBS_strdup
int CBS_strdup(const CBS *cbs, char **out_ptr);
if (!CBS_strdup(&cbs, &name->name)) {
if (!CBS_strdup(cbs, &name))
if (hostpart != NULL && !CBS_strdup(&host_cbs, hostpart))
if (!CBS_strdup(&cbs, &vname->name)) {
if (!CBS_strdup(&cbs, &vname->name)) {
int CBS_strdup(const CBS *cbs, char **out_ptr);
if (!CBS_strdup(&hostname, &s->tlsext_hostname))
if (!CBS_strdup(cbs, &hostname))
if (!CBS_strdup(&host_name, &s->session->tlsext_hostname)) {