Home
last modified time | relevance | path

Searched defs:host_port (Results 1 – 14 of 14) sorted by relevance

/third_party/node/src/
Dinspector_io.cc243 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in Start()
258 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in InspectorIo()
300 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain() local
315 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain() local
325 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in GetWsUrl() local
Dnode_process_object.cc52 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter() local
62 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter() local
Dinspector_agent.h111 std::shared_ptr<ExclusiveAccess<HostPort>> host_port() { return host_port_; } in host_port() function
Dinspector_js_api.cc283 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open() local
289 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open() local
Dnode_options.cc965 const HostPort& host_port = in GetOptions() local
Dinspector_agent.cc670 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in Start()
/third_party/grpc/src/core/ext/filters/client_channel/
Dparse_address.cc118 const char* host_port = uri->path; in grpc_parse_ipv4() local
213 const char* host_port = uri->path; in grpc_parse_ipv6() local
/third_party/grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc51 char host_port[host_port_buf_size]; in StartServer() local
119 char host_port[host_port_buf_size]; in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello() local
/third_party/python/Doc/library/
Dsocket.rst66 .. _host_port: target in Socket families
/third_party/grpc/test/cpp/interop/
Dclient_helper.cc88 char host_port[host_port_buf_size]; in CreateChannelForTestCase() local
Dhttp2_client.cc194 char host_port[host_port_buf_size]; in main() local
/third_party/grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc29 char host_port[host_port_buf_size]; in GetClient() local
/third_party/grpc/src/core/lib/iomgr/
Dtcp_client_cfstream.cc146 std::string host_port = grpc_sockaddr_to_string(addr, true); in ParseResolvedAddress() local
/third_party/lwip/src/apps/http/
Dhttp_client.c125 #define HTTPC_REQ_11_PROXY_PORT_FORMAT(host, host_port, uri, srv_name) HTTPC_REQ_11_PROXY_PORT, hos… argument