Searched refs:qlog_title (Results 1 – 7 of 7) sorted by relevance
469 char *qlog_title; member
552 if (ch->tls->ctx->qlog_title != NULL) { in port_make_channel()553 if ((ch->qlog_title = OPENSSL_strdup(ch->tls->ctx->qlog_title)) == NULL) { in port_make_channel()
120 qti.title = ch->qlog_title; in ch_get_qlog()438 OPENSSL_free(ch->qlog_title); in ch_cleanup()476 if (ch->use_qlog && args->qlog_title != NULL) { in ossl_quic_channel_alloc()477 if ((ch->qlog_title = OPENSSL_strdup(args->qlog_title)) == NULL) { in ossl_quic_channel_alloc()
5406 OPENSSL_free(ctx->qlog_title); in ossl_quic_set_diag_title()5407 ctx->qlog_title = NULL; in ossl_quic_set_diag_title()5412 if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL) in ossl_quic_set_diag_title()
130 const char *qlog_title; member
1202 char *qlog_title; /* Session title for qlog */ member
4453 OPENSSL_free(a->qlog_title); in SSL_CTX_free()