Home
last modified time | relevance | path

Searched refs:QUICHE_PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/include/
Dquiche.h49 #define QUICHE_PROTOCOL_VERSION 0xff00001d macro
/external/rust/crates/quiche/examples/
Dserver.c444 config = quiche_config_new(QUICHE_PROTOCOL_VERSION); in main()
Dhttp3-server.c521 config = quiche_config_new(QUICHE_PROTOCOL_VERSION); in main()
/external/curl/lib/vquic/
Dquiche.c190 qs->cfg = quiche_config_new(QUICHE_PROTOCOL_VERSION); in Curl_quic_connect()