Home
last modified time | relevance | path

Searched refs:nghttp2_select_next_protocol (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_npn_test.c38 CU_ASSERT(1 == nghttp2_select_next_protocol(&out, &outlen, p, sizeof(p))); in http2()
51 nghttp2_select_next_protocol(&out, &outlen, spdy, sizeof(spdy))); in http11()
64 nghttp2_select_next_protocol(&out, &outlen, spdy, sizeof(spdy))); in no_overlap()
/third_party/nghttp2/lib/
H A 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/
H A Dnghttp2_npn.c46 int nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, in nghttp2_select_next_protocol() function
/third_party/nghttp2/examples/
H A Dlibevent-server.c132 rv = nghttp2_select_next_protocol((unsigned char **)out, outlen, in, inlen); in alpn_select_proto_cb()
H A Dlibevent-client.c321 if (nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) { in select_next_proto_cb()
H A Dclient.c361 /* nghttp2_select_next_protocol() selects HTTP/2 protocol the in select_next_proto_cb()
363 rv = nghttp2_select_next_protocol(out, outlen, in, inlen); in select_next_proto_cb()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5034 * rv = nghttp2_select_next_protocol(out, outlen, in, inlen);
5047 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5018 * rv = nghttp2_select_next_protocol(out, outlen, in, inlen);
5031 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,

Completed in 18 milliseconds