Searched refs:server_alpn_protocols (Results 1 – 1 of 1) sorted by relevance
66 const char** server_alpn_protocols; member138 server_options.alpn_protocols = alpn_lib->server_alpn_protocols; in ssl_test_setup_handshakers()335 gpr_free(const_cast<char*>(alpn_lib->server_alpn_protocols[i])); in ssl_test_destruct()337 gpr_free(alpn_lib->server_alpn_protocols); in ssl_test_destruct()440 alpn_lib->server_alpn_protocols = static_cast<const char**>( in ssl_tsi_test_fixture_create()444 alpn_lib->server_alpn_protocols[0] = gpr_strdup(SSL_TSI_TEST_ALPN1); in ssl_tsi_test_fixture_create()445 alpn_lib->server_alpn_protocols[1] = gpr_strdup(SSL_TSI_TEST_ALPN3); in ssl_tsi_test_fixture_create()