OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_alpn_list
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/test/core/handshake/
server_ssl.cc
41
const char*
full_alpn_list
[] = {"grpc-exp", "h2"};
local
42
GPR_ASSERT(server_ssl_test(
full_alpn_list
, 2, "grpc-exp"));
readahead_handshaker_server_ssl.cc
96
const char*
full_alpn_list
[] = {"grpc-exp", "h2"};
local
97
GPR_ASSERT(server_ssl_test(
full_alpn_list
, 2, "grpc-exp"));
Completed in 438 milliseconds