Home
last modified time | relevance | path

Searched refs:quiche_config_set_max_connection_window (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/quiche/include/
Dquiche.h233 void quiche_config_set_max_connection_window(quiche_config *config, uint64_t v);
/external/curl/lib/vquic/
Dcurl_quiche.c1297 quiche_config_set_max_connection_window(ctx->cfg, in cf_quiche_ctx_open()
/external/rust/android-crates-io/crates/quiche/src/
Dffi.rs353 pub extern fn quiche_config_set_max_connection_window( in quiche_config_set_max_connection_window() function