Searched refs:NGHTTP2_PROTO_ALPN (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_npn.c | 48 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_PROTO_ALPN, in nghttp2_select_next_protocol()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_npn.c | 48 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_PROTO_ALPN, in nghttp2_select_next_protocol()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 97 #define NGHTTP2_PROTO_ALPN "\x2h2" macro 102 * The length of :macro:`NGHTTP2_PROTO_ALPN`. 104 #define NGHTTP2_PROTO_ALPN_LEN (sizeof(NGHTTP2_PROTO_ALPN) - 1)
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 97 #define NGHTTP2_PROTO_ALPN "\x2h2" macro 102 * The length of :macro:`NGHTTP2_PROTO_ALPN`. 104 #define NGHTTP2_PROTO_ALPN_LEN (sizeof(NGHTTP2_PROTO_ALPN) - 1)
|
Completed in 12 milliseconds