Searched refs:nghttp2_select_next_protocol (Results 1 – 12 of 12) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_npn_test.c | 37 CU_ASSERT(1 == nghttp2_select_next_protocol(&out, &outlen, p, sizeof(p))); in http2() 50 nghttp2_select_next_protocol(&out, &outlen, spdy, sizeof(spdy))); in http11() 63 nghttp2_select_next_protocol(&out, &outlen, spdy, sizeof(spdy))); in no_overlap()
|
/third_party/nghttp2/lib/ |
D | nghttp2_npn.c | 46 int nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, in nghttp2_select_next_protocol() function
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_npn.c | 46 int nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, in nghttp2_select_next_protocol() function
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 58 rv = nghttp2_select_next_protocol((unsigned char **)out, outlen, in, inlen); 100 In ``alpn_select_proto_cb()``, we use `nghttp2_select_next_protocol()` 101 to select application protocol. The `nghttp2_select_next_protocol()`
|
D | tutorial-client.rst | 24 `nghttp2_select_next_protocol()` helper function to select the HTTP/2 30 if (nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) {
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 321 if (nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) { in select_next_proto_cb()
|
D | client.c | 363 rv = nghttp2_select_next_protocol(out, outlen, in, inlen); in select_next_proto_cb()
|
D | libevent-server.c | 132 rv = nghttp2_select_next_protocol((unsigned char **)out, outlen, in, inlen); in alpn_select_proto_cb()
|
/third_party/nghttp2/doc/ |
D | Makefile.am | 81 nghttp2_select_next_protocol.rst \
|
D | CMakeLists.txt | 54 nghttp2_select_next_protocol.rst
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4753 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4795 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,
|