Searched refs:NGHTTP2_HTTP_1_1_ALPN (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_npn.c | 43 #define NGHTTP2_HTTP_1_1_ALPN "\x8http/1.1" macro 44 #define NGHTTP2_HTTP_1_1_ALPN_LEN (sizeof(NGHTTP2_HTTP_1_1_ALPN) - 1) 52 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_HTTP_1_1_ALPN, in nghttp2_select_next_protocol()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_npn.c | 43 #define NGHTTP2_HTTP_1_1_ALPN "\x8http/1.1" macro 44 #define NGHTTP2_HTTP_1_1_ALPN_LEN (sizeof(NGHTTP2_HTTP_1_1_ALPN) - 1) 52 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_HTTP_1_1_ALPN, in nghttp2_select_next_protocol()
|