Searched refs:hostnameChars (Results 1 – 1 of 1) sorted by relevance
6882 ScopedUtfChars hostnameChars(env, hostname); in NativeCrypto_SSL_set_tlsext_host_name() local6883 if (hostnameChars.c_str() == nullptr) { in NativeCrypto_SSL_set_tlsext_host_name()6887 ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()6889 int ret = SSL_set_tlsext_host_name(ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()