Home
last modified time | relevance | path

Searched defs:ALPN (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-alpn-server-client.js29 results[serverIndex++].server = { ALPN: c.alpnProtocol }; property
44 results[clientIndex].client = { ALPN: client.alpnProtocol }; property
77 { server: { ALPN: 'a' }, property
78 client: { ALPN: 'a' } }); property
81 { server: { ALPN: 'b' }, property
82 client: { ALPN: 'b' } }); property
85 { server: { ALPN: false }, property
86 client: { ALPN: false } }); property
103 { server: { ALPN: false }, property
104 client: { ALPN: false } }); property
[all …]
/third_party/nghttp2/src/
Dshrpx_log.h235 ALPN, enumerator