Searched refs:cfg (Results 1 – 6 of 6) sorted by relevance
65 cfg=$OPT_GNUTLS/bin/libgnutls-config66 check=`$cfg --version 2>/dev/null`68 addlib=`$cfg --libs`69 addcflags=`$cfg --cflags`70 version=`$cfg --version`71 gtlslib=`$cfg --prefix`/lib$libsuff
93 quiche_config *cfg; member159 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 …]
626 const struct ssl_general_config *cfg = &data->set.general_ssl; in cached_x509_store_expired() local629 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in cached_x509_store_expired()
2831 const struct ssl_general_config *cfg = &data->set.general_ssl; in Curl_schannel_get_cached_cert_store() local2851 if(!cfg->ca_cache_timeout) { in Curl_schannel_get_cached_cert_store()2858 timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in Curl_schannel_get_cached_cert_store()
588 const struct ssl_general_config *cfg = &data->set.general_ssl; in gtls_shared_creds_expired() local591 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in gtls_shared_creds_expired()
3336 const struct ssl_general_config *cfg = &data->set.general_ssl; in cached_x509_store_expired() local3337 if(cfg->ca_cache_timeout < 0) in cached_x509_store_expired()3342 timediff_t timeout_ms = cfg->ca_cache_timeout * (timediff_t)1000; in cached_x509_store_expired()
Completed in 79 milliseconds