Lines Matching defs:ALPN
29 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
107 { server: { ALPN: false }, property
108 client: { ALPN: false } }); property
111 { server: { ALPN: false }, property
112 client: { ALPN: false } }); property
132 checkResults(results[0], { server: { ALPN: false }, property
133 client: { ALPN: false } }); property
135 checkResults(results[1], { server: { ALPN: false }, property
136 client: { ALPN: false } }); property
139 { server: { ALPN: false }, property
140 client: { ALPN: false } }); property
154 checkResults(results[0], { server: { ALPN: false }, property
155 client: { ALPN: false } }); property
157 checkResults(results[1], { server: { ALPN: false }, property
158 client: { ALPN: false } }); property
161 { server: { ALPN: false }, property
162 client: { ALPN: false } }); property