Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dvquic.c83 qctx->no_gso = FALSE; in vquic_ctx_init()
85 qctx->no_gso = TRUE; in vquic_ctx_init()
264 qctx->last_io = qctx->last_op; in vquic_send_packets()
277 gsolen = qctx->gsolen; in vquic_flush()
278 if(qctx->split_len) { in vquic_flush()
296 if(qctx->split_len) in vquic_flush()
305 qctx->gsolen = gsolen; in vquic_send()
314 qctx->split_len = Curl_bufq_len(&qctx->sendbuf) - tail_len; in vquic_send_tail_split()
318 qctx->split_len, qctx->split_gsolen, in vquic_send_tail_split()
612 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