Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dvquic.c84 qctx->no_gso = FALSE; in vquic_ctx_init()
86 qctx->no_gso = TRUE; in vquic_ctx_init()
265 qctx->last_io = qctx->last_op; in vquic_send_packets()
278 gsolen = qctx->gsolen; in vquic_flush()
279 if(qctx->split_len) { in vquic_flush()
297 if(qctx->split_len) in vquic_flush()
306 qctx->gsolen = gsolen; in vquic_send()
315 qctx->split_len = Curl_bufq_len(&qctx->sendbuf) - tail_len; in vquic_send_tail_split()
319 qctx->split_len, qctx->split_gsolen, in vquic_send_tail_split()
621 qctx->first_byte_at = qctx->last_op; in vquic_recv_packets()
[all …]
H A Dvquic_int.h56 CURLcode vquic_ctx_init(struct cf_quic_ctx *qctx);
57 void vquic_ctx_free(struct cf_quic_ctx *qctx);
59 void vquic_ctx_update_time(struct cf_quic_ctx *qctx);
62 struct cf_quic_ctx *qctx,
67 struct cf_quic_ctx *qctx);
70 struct cf_quic_ctx *qctx, size_t gsolen);
73 struct cf_quic_ctx *qctx, size_t gsolen,
77 struct cf_quic_ctx *qctx);
87 struct cf_quic_ctx *qctx,

Completed in 8 milliseconds