/third_party/ffmpeg/libavformat/ |
D | tls.c | 63 int use_proxy; in ff_tls_open_underlying() local 93 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), c->underlying_host) && in ff_tls_open_underlying() 96 if (use_proxy) { in ff_tls_open_underlying()
|
D | http.c | 200 int port, use_proxy, err, location_changed = 0; in http_open_cnx_internal() local 209 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) && in http_open_cnx_internal() 214 use_proxy = 0; in http_open_cnx_internal() 240 if (use_proxy) { in http_open_cnx_internal()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | http_proxy.cc | 139 bool use_proxy = true; in MapName() local 164 use_proxy = false; in MapName() 173 if (!use_proxy) goto no_use_proxy; in MapName()
|
/third_party/glib/gio/ |
D | gnetworkservice.c | 391 gboolean use_proxy; member 492 if (srv_enum->use_proxy) in G_DEFINE_TYPE() 617 if (srv_enum->use_proxy) in next_async_have_targets() 738 srv_enum->use_proxy = FALSE; in g_network_service_connectable_enumerate() 751 srv_enum->use_proxy = TRUE; in g_network_service_connectable_proxy_enumerate()
|
/third_party/lwip/src/apps/http/ |
D | http_client.c | 490 if (settings->use_proxy) { in httpc_create_request_string() 567 req->remote_port = settings->use_proxy ? settings->proxy_port : server_port; in httpc_init_connection_common() 646 if (settings->use_proxy) { in httpc_get_file() 690 if (settings->use_proxy) { in httpc_get_file_dns() 839 if (settings->use_proxy) { in httpc_get_file_to_disk() 891 if (settings->use_proxy) { in httpc_get_file_dns_to_disk()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_content_browser_client_cef.cc | 221 bool use_proxy = ChromeContentBrowserClient::WillCreateURLLoaderFactory( in WillCreateURLLoaderFactory() local 225 if (use_proxy) { in WillCreateURLLoaderFactory() 227 return use_proxy; in WillCreateURLLoaderFactory()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsink.h | 54 gboolean use_proxy; member
|
D | gstcurlhttpsink.c | 188 sink->use_proxy = FALSE; in gst_curl_http_sink_init() 329 if (!sink->proxy_headers_set && sink->use_proxy) { in gst_curl_http_sink_set_header_unlocked() 549 sink->use_proxy = TRUE; in proxy_setup()
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | status.hpp | 61 use_proxy = 305, enumerator
|
/third_party/boost/boost/beast/http/ |
D | status.hpp | 61 use_proxy = 305, enumerator
|
/third_party/lwip/src/include/lwip/apps/ |
D | http_client.h | 128 u8_t use_proxy; member
|
/third_party/boost/libs/beast/test/beast/http/ |
D | status.cpp | 52 check(status::use_proxy ,305, status_class::redirection); in testStatus() 125 good(status::use_proxy); in testStatus()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | status.ipp | 50 case status::use_proxy: 158 case status::use_proxy: return "Use Proxy";
|
/third_party/boost/boost/beast/http/impl/ |
D | status.ipp | 50 case status::use_proxy: 158 case status::use_proxy: return "Use Proxy";
|
/third_party/grpc/test/cpp/end2end/ |
D | end2end_test.cc | 278 use_proxy(proxy), in TestScenario() 284 bool use_proxy; member in grpc::testing::__anon3e928b420111::TestScenario 294 << ", use_proxy=" << (scenario.use_proxy ? "true" : "false") in operator <<() 430 if (GetParam().use_proxy) { 1688 GPR_ASSERT(!GetParam().use_proxy); in SecureEnd2endTest() 2188 std::vector<TestScenario> CreateTestScenarios(bool use_proxy, in CreateTestScenarios() argument 2228 if (use_proxy) { in CreateTestScenarios()
|
/third_party/boost/boost/iterator/ |
D | iterator_facade.hpp | 733 … typedef boost::iterators::detail::use_operator_brackets_proxy<Value, Reference> use_proxy; in operator []() typedef 737 , use_proxy() in operator []()
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 45178 [`use_proxy`
|