Home
last modified time | relevance | path

Searched refs:qlogfd (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c140 int qlogfd; member
155 ctx->qlogfd = -1; in cf_ngtcp2_ctx_init()
401 if(ctx->qlogfd != -1) { in qlog_callback()
402 ssize_t rc = write(ctx->qlogfd, data, datalen); in qlog_callback()
405 close(ctx->qlogfd); in qlog_callback()
406 ctx->qlogfd = -1; in qlog_callback()
440 if(ctx->qlogfd != -1) { in quic_settings()
1988 if(ctx->qlogfd != -1) { in cf_ngtcp2_ctx_close()
1989 close(ctx->qlogfd); in cf_ngtcp2_ctx_close()
1991 ctx->qlogfd = -1; in cf_ngtcp2_ctx_close()
[all …]
H A Dvquic.c660 int qlogfd = open(Curl_dyn_ptr(&fname), QLOGMODE, in Curl_qlogdir() local
662 if(qlogfd != -1) in Curl_qlogdir()
663 *qlogfdp = qlogfd; in Curl_qlogdir()

Completed in 20 milliseconds