Home
last modified time | relevance | path

Searched refs:host_ (Results 1 – 25 of 49) sorted by relevance

12

/third_party/cares/test/
Dares-test-live.cc91 EXPECT_LT(0, (int)result.host_.addrs_.size()); in VIRT_NONVIRT_TEST_F()
92 EXPECT_EQ(AF_INET, result.host_.addrtype_); in VIRT_NONVIRT_TEST_F()
101 EXPECT_LT(0, (int)result.host_.addrs_.size()); in VIRT_NONVIRT_TEST_F()
102 EXPECT_EQ(AF_INET6, result.host_.addrtype_); in VIRT_NONVIRT_TEST_F()
111 EXPECT_LT(0, (int)result.host_.addrs_.size()); in VIRT_NONVIRT_TEST_F()
112 EXPECT_EQ(AF_INET, result.host_.addrtype_); in VIRT_NONVIRT_TEST_F()
121 EXPECT_LT(0, (int)result.host_.addrs_.size()); in VIRT_NONVIRT_TEST_F()
122 EXPECT_EQ(AF_INET6, result.host_.addrtype_); in VIRT_NONVIRT_TEST_F()
150 EXPECT_EQ(1, (int)result.host_.addrs_.size()); in TEST_P()
151 EXPECT_EQ(AF_INET, result.host_.addrtype_); in TEST_P()
[all …]
Dares-test-mock.cc49 ss << result.host_; in TEST_P()
79 ss1 << result1.host_; in TEST_P()
82 ss2 << result2.host_; in TEST_P()
85 ss3 << result3.host_; in TEST_P()
106 ss << result.host_; in TEST_P()
137 ss << result.host_; in TEST_P()
182 ss << result.host_; in TEST_P()
324 ss << result.host_; in TEST_P()
412 ss << result.host_; in TEST_P()
439 ss << result.host_; in TEST_P()
[all …]
/third_party/grpc/include/grpcpp/impl/codegen/
Dasync_generic_service.h42 const std::string& host() const { return host_; } in host()
48 std::string host_; variable
94 const std::string& host() const { return host_; } in host()
100 std::string host_; variable
/third_party/boost/boost/asio/ssl/impl/
Dhost_name_verification.ipp49 ip::address address = ip::make_address(host_, ec);
57 return X509_check_ip_asc(cert, host_.c_str(), 0) == 1;
63 host_.c_str(), host_.size(), 0, &peername);
Drfc2818_verification.ipp51 ip::address address = ip::make_address(host_, ec);
70 if (match_pattern(pattern, pattern_length, host_.c_str()))
119 if (match_pattern(pattern, pattern_length, host_.c_str()))
/third_party/boost/libs/beast/example/websocket/client/async/
Dwebsocket_client_async.cpp46 std::string host_; member in session
66 host_ = host; in run()
124 host_ += ':' + std::to_string(ep.port()); in on_connect()
127 ws_.async_handshake(host_, "/", in on_connect()
/third_party/boost/boost/asio/ssl/
Dhost_name_verification.hpp69 : host_(host) in host_name_verification()
79 std::string host_; member in boost::asio::ssl::host_name_verification
Drfc2818_verification.hpp71 : host_(host) in rfc2818_verification()
85 std::string host_; member in boost::asio::ssl::rfc2818_verification
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc51 : host_(host), c_channel_(channel) { in Channel()
118 } else if (!host_.empty()) { in CreateCallInternal()
119 host_str = &host_; in CreateCallInternal()
164 c_channel_, method, host_.empty() ? nullptr : host_.c_str(), nullptr); in RegisterMethod()
/third_party/boost/libs/beast/example/websocket/client/async-ssl/
Dwebsocket_client_async_ssl.cpp52 std::string host_; member in session
72 host_ = host; in run()
112 host_ += ':' + std::to_string(ep.port()); in on_connect()
150 ws_.async_handshake(host_, "/", in on_ssl_handshake()
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.h121 TestMultipleServiceImpl() : signal_client_(false), host_() {} in TestMultipleServiceImpl()
123 : signal_client_(false), host_(new std::string(host)) {} in TestMultipleServiceImpl()
163 if (host_) { in Echo()
164 response->mutable_param()->set_host(*host_); in Echo()
433 std::unique_ptr<std::string> host_; variable
439 CallbackTestServiceImpl() : signal_client_(false), host_() {} in CallbackTestServiceImpl()
441 : signal_client_(false), host_(new std::string(host)) {} in CallbackTestServiceImpl()
474 std::unique_ptr<std::string> host_; variable
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/
Dwebsocket_client_async_ssl_system_executor.cpp53 std::string host_; member in session
80 host_ = host; in run()
120 host_ += ':' + std::to_string(ep.port()); in on_connect()
158 ws_.async_handshake(host_, "/", in on_ssl_handshake()
/third_party/cef/patch/patches/
Dosr_fling_2745.patch13 if (host_->GetView() && host_->GetView()->GetNativeView() &&
14 host_->GetView()->GetNativeView()->GetHost() &&
Drwh_background_color_1984.patch30 + WebContents::FromRenderViewHost(RenderViewHost::From(host_));
/third_party/node/src/
Dinspector_socket_server.cc261 host_(host), in InspectorSocketServer()
302 PrintDebuggerReadyMessage(host_, in SessionTerminated()
398 int err = uv_getaddrinfo(loop_, &req, nullptr, host_.c_str(), in Start()
402 fprintf(out_, "Unable to resolve \"%s\": %s\n", host_.c_str(), in Start()
421 host_.c_str(), port_, uv_strerror(err)); in Start()
428 PrintDebuggerReadyMessage(host_, in Start()
Dinspector_socket_server.h94 const std::string host_; variable
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dtool_backend.dart29 flutter build <platform> --local-engine=host_$buildMode
31 flutter build <platform> --local-engine=host_${buildMode}_unopt
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_thread_host.h40 ThreadHost host_;
/third_party/gstreamer/gst_libav/common/m4/
Dgst.m413 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
/third_party/gstreamer/gstplugins_base/common/m4/
Dgst.m413 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
/third_party/gstreamer/gstreamer/common/m4/
Dgst.m413 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
/third_party/gstreamer/gstplugins_good/common/m4/
Dgst.m413 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
/third_party/gstreamer/gstplugins_bad/common/m4/
Dgst.m413 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc453 : host_(host), host_id_(host_id), profile_(profile) { in CefURLDataSource()
479 std::string GetSource() override { return host_; } in GetSource()
495 const std::string host_; member in scheme::__anona84cc4040111::CefURLDataSource
/third_party/grpc/src/core/lib/surface/
Dserver.cc1200 if (host_.has_value()) { in ~CallData()
1201 grpc_slice_unref_internal(*host_); in ~CallData()
1256 GPR_ASSERT(host_.has_value()); in Publish()
1258 rc->data.batch.details->host = grpc_slice_ref_internal(*host_); in Publish()
1319 if (path_.has_value() && host_.has_value()) { in StartNewRpc()
1321 chand->GetRegisteredMethod(*host_, *path_, in StartNewRpc()
1391 calld->host_.emplace(grpc_slice_ref_internal( in RecvInitialMetadataReady()
1403 if (calld->host_.has_value() && calld->path_.has_value()) { in RecvInitialMetadataReady()

12