Searched refs:qlogfd (Results 1 – 2 of 2) sorted by relevance
134 int qlogfd; member337 if(ctx->qlogfd != -1) { in qlog_callback()338 ssize_t rc = write(ctx->qlogfd, data, datalen); in qlog_callback()341 close(ctx->qlogfd); in qlog_callback()342 ctx->qlogfd = -1; in qlog_callback()376 if(ctx->qlogfd != -1) { in quic_settings()1931 if(ctx->qlogfd != -1) { in cf_ngtcp2_ctx_clear()1932 close(ctx->qlogfd); in cf_ngtcp2_ctx_clear()1944 ctx->qlogfd = -1; in cf_ngtcp2_ctx_clear()2066 ctx->qlogfd = qfd; /* -1 if failure above */ in cf_connect_start()[all …]
591 int qlogfd = open(Curl_dyn_ptr(&fname), QLOGMODE, in Curl_qlogdir() local593 if(qlogfd != -1) in Curl_qlogdir()594 *qlogfdp = qlogfd; in Curl_qlogdir()