dup_str
ret->client_npn_negotiated = dup_str(proto, proto_len);
ret->server_npn_negotiated = dup_str(proto, proto_len);
ret->client_alpn_negotiated = dup_str(proto, proto_len);
ret->server_alpn_negotiated = dup_str(proto, proto_len);
ret->cipher = dup_str((const unsigned char *)cipher, strlen(cipher));
return dup_str(h, &h->srvr_avs[index], NULL);
return dup_str(h, &value, NULL);
static void *dup_str(struct tac_handle *, const struct tac_str *,
return dup_str(h, &h->srvr_data, len);
return dup_str(h, &h->srvr_msg, NULL);