Home
last modified time | relevance | path

Searched refs:proxy_strategy (Results 1 – 9 of 9) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dproxy_strategy.c55 if (proxy_strategy != NULL) { in aws_http_proxy_strategy_acquire()
59 return proxy_strategy; in aws_http_proxy_strategy_acquire()
63 if (proxy_strategy != NULL) { in aws_http_proxy_strategy_release()
257 struct aws_http_proxy_strategy *proxy_strategy, in s_create_basic_auth_negotiator() argument
259 if (proxy_strategy == NULL || allocator == NULL) { in s_create_basic_auth_negotiator()
404 struct aws_http_proxy_strategy *proxy_strategy, in s_create_one_time_identity_negotiator() argument
502 struct aws_http_proxy_strategy *proxy_strategy, in s_create_forwarding_identity_negotiator() argument
760 struct aws_http_proxy_strategy *proxy_strategy, in s_create_tunneling_kerberos_negotiator() argument
1057 struct aws_http_proxy_strategy *proxy_strategy, in s_create_tunneling_ntlm_negotiator() argument
1202 struct aws_http_proxy_strategy *proxy_strategy, in s_create_tunneling_ntlm_credential_negotiator() argument
[all …]
H A Dproxy_connection.c1239 aws_http_proxy_strategy_release(proxy_options.proxy_strategy); in s_connect_proxy_via_env_variable()
1287 if (proxy_options->proxy_strategy != NULL) { in s_aws_http_proxy_config_new()
1288 config->proxy_strategy = aws_http_proxy_strategy_acquire(proxy_options->proxy_strategy); in s_aws_http_proxy_config_new()
1300 if (config->proxy_strategy == NULL) { in s_aws_http_proxy_config_new()
1314 if (config->proxy_strategy == NULL) { in s_aws_http_proxy_config_new()
1396 config->proxy_strategy = aws_http_proxy_strategy_acquire(proxy_config->proxy_strategy); in aws_http_proxy_config_new_clone()
1419 aws_http_proxy_strategy_release(config->proxy_strategy); in aws_http_proxy_config_destroy()
1433 options->proxy_strategy = config->proxy_strategy; in aws_http_proxy_options_init_from_config()
1446 struct aws_http_proxy_strategy *proxy_strategy = options->proxy_options->proxy_strategy; in aws_http_options_validate_proxy_configuration() local
1447 if (proxy_strategy != NULL) { in aws_http_options_validate_proxy_configuration()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_proxy.c217 struct aws_http_proxy_strategy *proxy_strategy; member
239 .proxy_strategy = config->proxy_strategy, in s_setup_proxy_test()
560 .proxy_strategy = NULL, in s_test_http_forwarding_proxy_request_transform()
596 .proxy_strategy = proxy_strategy, in s_test_http_forwarding_proxy_request_transform_basic_auth()
674 .proxy_strategy = kerberos_strategy, in s_test_http_proxy_request_transform_kerberos()
725 .proxy_strategy = kerberos_strategy, in s_test_http_proxy_kerberos_token_failure()
758 .proxy_strategy = kerberos_strategy, in s_test_http_proxy_kerberos_connect_failure()
836 .proxy_strategy = adaptive_strategy, in s_test_http_proxy_adaptive_identity_success()
902 .proxy_strategy = adaptive_strategy, in s_test_http_proxy_adaptive_kerberos_success()
976 .proxy_strategy = adaptive_strategy, in s_test_http_proxy_adaptive_ntlm_success()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dproxy.h132 struct aws_http_proxy_strategy *proxy_strategy; member
309 struct aws_http_proxy_strategy *proxy_strategy,
419 …tp_proxy_strategy *aws_http_proxy_strategy_acquire(struct aws_http_proxy_strategy *proxy_strategy);
426 void aws_http_proxy_strategy_release(struct aws_http_proxy_strategy *proxy_strategy);
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/strategy/
H A Dtraits.rs663 macro_rules! proxy_strategy { macro
675 proxy_strategy!(Box<S>);
676 proxy_strategy!(&'a S, 'a);
677 proxy_strategy!(&'a mut S, 'a);
678 proxy_strategy!(Rc<S>);
679 proxy_strategy!(Arc<S>);
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/strategy/
H A Dtraits.rs663 macro_rules! proxy_strategy { macro
675 proxy_strategy!(Box<S>);
676 proxy_strategy!(&'a S, 'a);
677 proxy_strategy!(&'a mut S, 'a);
678 proxy_strategy!(Rc<S>);
679 proxy_strategy!(Arc<S>);
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/strategy/
H A Dtraits.rs663 macro_rules! proxy_strategy { macro
675 proxy_strategy!(Box<S>);
676 proxy_strategy!(&'a S, 'a);
677 proxy_strategy!(&'a mut S, 'a);
678 proxy_strategy!(Rc<S>);
679 proxy_strategy!(Arc<S>);
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dproxy_impl.h58 struct aws_http_proxy_strategy *proxy_strategy; member
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/http/
H A DHttpConnection.cpp372 rawOptions.proxy_strategy = ProxyStrategy->GetUnderlyingHandle(); in InitializeRawProxyOptions()