Home
last modified time | relevance | path

Searched refs:use_proxy (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.c63 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()
Dhttp.c200 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/
Dhttp_proxy.cc139 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/
Dgnetworkservice.c391 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/
Dhttp_client.c490 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/
Dchrome_content_browser_client_cef.cc221 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/
Dgstcurlhttpsink.h54 gboolean use_proxy; member
Dgstcurlhttpsink.c188 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/
Dstatus.hpp61 use_proxy = 305, enumerator
/third_party/boost/boost/beast/http/
Dstatus.hpp61 use_proxy = 305, enumerator
/third_party/lwip/src/include/lwip/apps/
Dhttp_client.h128 u8_t use_proxy; member
/third_party/boost/libs/beast/test/beast/http/
Dstatus.cpp52 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/
Dstatus.ipp50 case status::use_proxy:
158 case status::use_proxy: return "Use Proxy";
/third_party/boost/boost/beast/http/impl/
Dstatus.ipp50 case status::use_proxy:
158 case status::use_proxy: return "Use Proxy";
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc278 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/
Diterator_facade.hpp733 … 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/
Dreference.qbk45178 [`use_proxy`