Lines Matching refs:qlogfd
140 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()
2287 ctx->qlogfd = qfd; /* -1 if failure above */ in cf_connect_start()