Home
last modified time | relevance | path

Searched refs:nghttp2_select_next_protocol (Results 1 – 12 of 12) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_npn_test.c37 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/
Dnghttp2_npn.c46 int nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, in nghttp2_select_next_protocol() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_npn.c46 int nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, in nghttp2_select_next_protocol() function
/third_party/nghttp2/doc/sources/
Dtutorial-server.rst58 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()`
Dtutorial-client.rst24 `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/
Dlibevent-client.c321 if (nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) { in select_next_proto_cb()
Dclient.c363 rv = nghttp2_select_next_protocol(out, outlen, in, inlen); in select_next_proto_cb()
Dlibevent-server.c132 rv = nghttp2_select_next_protocol((unsigned char **)out, outlen, in, inlen); in alpn_select_proto_cb()
/third_party/nghttp2/doc/
DMakefile.am81 nghttp2_select_next_protocol.rst \
DCMakeLists.txt54 nghttp2_select_next_protocol.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4753 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4795 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,