Searched refs:hostnameChars (Results 1 – 1 of 1) sorted by relevance
7441 ScopedUtfChars hostnameChars(env, hostname); in NativeCrypto_SSL_set_tlsext_host_name() local7442 if (hostnameChars.c_str() == nullptr) { in NativeCrypto_SSL_set_tlsext_host_name()7446 hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()7448 int ret = SSL_set_tlsext_host_name(ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()