Home
last modified time | relevance | path

Searched refs:setHost (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-https-host-headers.js75 setHost: false, property
84 setHost: true, property
94 setHost: 0, property
103 setHost: null, property
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DResponseParams.php81 public function setHost($var) function in Grpc\\Testing\\ResponseParams
/third_party/vk-gl-cts/execserver/tools/
DxsClient.cpp306 cmdLine.address.setHost("127.0.0.1"); in runClient()
318 cmdLine.address.setHost(parseString(arg+7).c_str()); in runClient()
DxsTest.cpp848 testCtx.address.setHost("127.0.0.1"); in runExecServerTests()
866 testCtx.address.setHost(arg+7); in runExecServerTests()
/third_party/node/lib/
D_http_client.js169 const setHost = (options.setHost === undefined || Boolean(options.setHost));
266 if (host && !this.getHeader('host') && setHost) {
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.cpp46 void SocketAddress::setHost (const char* host) in setHost() function in de::SocketAddress
DdeSocket.hpp47 void setHost (const char* host);
/third_party/vk-gl-cts/executor/
DxeLocalTcpIpLink.cpp73 address.setHost ("127.0.0.1"); in start()
/third_party/node/deps/npm/node_modules/request/
Drequest.js287 self.setHost = false
298 self.setHost = true
964 if (self.setHost) {
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp481 address.setHost(cmdLine.serverBinOrAddress.c_str()); in createCommLink()
/third_party/node/doc/api/
Dhttp.md2840 * `setHost` {boolean}: Specifies whether or not to automatically add the
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md126 …thub.com/nodejs/node/commit/e1f44a6366)] - **http**: fix `request` when `setHost` is `true` (Xadil…