Home
last modified time | relevance | path

Searched refs:Hostname (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs62 Hostname, enumerator
89 "hostname" => ValueHint::Hostname, in from_str()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp62 StringRef Hostname; in readLockFile() local
64 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()
68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js143 buff.writeUInt8(constants_1.Socks5HostType.Hostname);
551 buff.writeUInt8(constants_1.Socks5HostType.Hostname);
595 else if (addressType === constants_1.Socks5HostType.Hostname) {
684 else if (addressType === constants_1.Socks5HostType.Hostname) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h67 static bool processStillExecuting(StringRef Hostname, int PID);
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts73 Hostname = 3, enumerator
/third_party/cups/
Dfix-httpAddrGetList-test-case-fail.patch25 hostname[HTTP_MAX_URI], /* Hostname from URI */
Dohos-add-openssl.patch952 + char hostname[256], // Hostname
1665 + const char *name) // I - Hostname
1670 + // Hostname string
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion.rs79 .value_hint(ValueHint::Hostname), in build_cli()
Dcompletion-derive.rs61 #[arg(long, value_hint = ValueHint::Hostname)]
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs193 ValueHint::Hostname => " -r -f -a \"(__fish_print_hostnames)\"", in value_completion()
Dzsh.rs408 ValueHint::Hostname => "_hosts",
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs236 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs241 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs234 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
/third_party/openssl/doc/man3/
DSSL_set1_host.pod59 explicitly calling L<X509_check_host(3)>. Hostname checks may be out
DX509_check_host.pod138 rather than explicitly calling L<X509_check_host(3)>. Hostname
DX509_STORE_CTX_get_error.pod378 Hostname mismatch.
/third_party/node/doc/guides/
Dusing-internal-errors.md110 'Hostname/IP does not match certificate\'s altnames: altname');
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs471 | clap::ValueHint::Hostname in complete_arg_value()
/third_party/python/Doc/tutorial/
Dintroduction.rst200 -H hostname Hostname to connect to
209 -H hostname Hostname to connect to
/third_party/rust/crates/libc/ci/
DREADME.md109 1. Set Hostname: freebsd-ci
/third_party/node/deps/npm/node_modules/socks/
DREADME.md405 | Socks Version | TCP | UDP | IPv4 | IPv6 | Hostname |
/third_party/python/Doc/library/
Dssl.rst393 The function is no longer used to TLS connections. Hostname matching
1231 Hostname or IP address is matched by OpenSSL during handshake. The
1430 Hostname of the server: :class:`str` type, or ``None`` for server-side
2669 Hostname matchings is now performed by OpenSSL. Python no longer uses
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2096 * Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
DCHANGELOG_V8.md384 * Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)

12