Searched refs:cf_quic_ctx (Results 1 – 5 of 5) sorted by relevance
/curl/lib/vquic/ |
H A D | vquic_int.h | 37 struct cf_quic_ctx { struct 56 CURLcode vquic_ctx_init(struct cf_quic_ctx *qctx); argument 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,
|
H A D | vquic.c | 79 CURLcode vquic_ctx_init(struct cf_quic_ctx *qctx) in vquic_ctx_init() 103 void vquic_ctx_free(struct cf_quic_ctx *qctx) in vquic_ctx_free() 108 void vquic_ctx_update_time(struct cf_quic_ctx *qctx) in vquic_ctx_update_time() 115 struct cf_quic_ctx *qctx, 121 struct cf_quic_ctx *qctx, in do_sendmsg() 219 struct cf_quic_ctx *qctx, in send_packet_no_gso() 270 struct cf_quic_ctx *qctx) in vquic_flush() 357 struct cf_quic_ctx *qctx, in recvmmsg_packets() 461 struct cf_quic_ctx *qctx, in recvmsg_packets() 548 struct cf_quic_ctx *qctx, in recvfrom_packets() [all …]
|
H A D | curl_quiche.c | 89 struct cf_quic_ctx q;
|
H A D | curl_ngtcp2.c | 116 struct cf_quic_ctx q;
|
H A D | curl_osslq.c | 283 struct cf_quic_ctx q;
|
Completed in 24 milliseconds