Searched refs:nghttp2_select_next_protocol (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_npn_test.c | 38 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 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/ |
H A 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/examples/ |
H A D | libevent-server.c | 132 rv = nghttp2_select_next_protocol((unsigned char **)out, outlen, in, inlen); in alpn_select_proto_cb()
|
H A D | libevent-client.c | 321 if (nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) { in select_next_proto_cb()
|
H A D | client.c | 361 /* 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 D | nghttp2.h | 5034 * 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 D | nghttp2.h | 5018 * rv = nghttp2_select_next_protocol(out, outlen, in, inlen); 5031 NGHTTP2_EXTERN int nghttp2_select_next_protocol(unsigned char **out,
|
Completed in 18 milliseconds