Searched refs:qlog_title (Results 1 – 7 of 7) sorted by relevance
448 char *qlog_title; member
321 args.qlog_title = args.tls->ctx->qlog_title; in port_make_channel()
124 qti.title = ch->qlog_title; in ch_get_qlog()414 OPENSSL_free(ch->qlog_title); in ch_cleanup()434 if (ch->use_qlog && args->qlog_title != NULL) { in ossl_quic_channel_new()435 if ((ch->qlog_title = OPENSSL_strdup(args->qlog_title)) == NULL) { in ossl_quic_channel_new()
4202 OPENSSL_free(ctx->qlog_title); in ossl_quic_set_diag_title()4203 ctx->qlog_title = NULL; in ossl_quic_set_diag_title()4208 if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL) in ossl_quic_set_diag_title()
127 const char *qlog_title; member
1185 char *qlog_title; /* Session title for qlog */ member
4375 OPENSSL_free(a->qlog_title); in SSL_CTX_free()
Completed in 155 milliseconds