Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 7 of 7) sorted by relevance

/curl/m4/
H A Dcurl-gnutls.m465 cfg=$OPT_GNUTLS/bin/libgnutls-config
66 check=`$cfg --version 2>/dev/null`
68 addlib=`$cfg --libs`
69 addcflags=`$cfg --cflags`
70 version=`$cfg --version`
71 gtlslib=`$cfg --prefix`/lib$libsuff
/curl/lib/vquic/
H A Dcurl_quiche.c93 quiche_config *cfg; member
159 if(ctx->cfg) in cf_quiche_ctx_close()
160 quiche_config_free(ctx->cfg); in cf_quiche_ctx_close()
1285 ctx->cfg = quiche_config_new(QUICHE_PROTOCOL_VERSION); in cf_quiche_ctx_open()
1286 if(!ctx->cfg) { in cf_quiche_ctx_open()
1290 quiche_config_enable_pacing(ctx->cfg, false); in cf_quiche_ctx_open()
1292 quiche_config_set_initial_max_data(ctx->cfg, (1 * 1024 * 1024) in cf_quiche_ctx_open()
1300 quiche_config_set_initial_max_stream_data_uni(ctx->cfg, in cf_quiche_ctx_open()
1302 quiche_config_set_disable_active_migration(ctx->cfg, TRUE); in cf_quiche_ctx_open()
1304 quiche_config_set_max_connection_window(ctx->cfg, in cf_quiche_ctx_open()
[all …]
/curl/lib/vtls/
H A Dwolfssl.c490 const struct ssl_general_config *cfg = &data->set.general_ssl; in cached_x509_store_expired() local
493 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in cached_x509_store_expired()
H A Dschannel.c2812 const struct ssl_general_config *cfg = &data->set.general_ssl; in Curl_schannel_get_cached_cert_store() local
2832 if(!cfg->ca_cache_timeout) { in Curl_schannel_get_cached_cert_store()
2839 timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in Curl_schannel_get_cached_cert_store()
H A Dgtls.c587 const struct ssl_general_config *cfg = &data->set.general_ssl; in gtls_shared_creds_expired() local
590 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in gtls_shared_creds_expired()
H A Dopenssl.c3334 const struct ssl_general_config *cfg = &data->set.general_ssl; in cached_x509_store_expired() local
3335 if(cfg->ca_cache_timeout < 0) in cached_x509_store_expired()
3340 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in cached_x509_store_expired()
/curl/.github/workflows/
H A Dlinux.yml507 …RUSTFLAGS="--cfg hyper_unstable_ffi" cargo +nightly rustc --features client,http1,http2,ffi -Z uns…

Completed in 67 milliseconds