Searched refs:qlogfd (Results 1 – 2 of 2) sorted by relevance
140 int qlogfd; member155 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 …]
660 int qlogfd = open(Curl_dyn_ptr(&fname), QLOGMODE, in Curl_qlogdir() local662 if(qlogfd != -1) in Curl_qlogdir()663 *qlogfdp = qlogfd; in Curl_qlogdir()
Completed in 14 milliseconds