Searched refs:select_next_protocol (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_npn.c | 29 static int select_next_protocol(unsigned char **out, unsigned char *outlen, in select_next_protocol() function 48 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_PROTO_ALPN, in nghttp2_select_next_protocol() 52 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_HTTP_1_1_ALPN, in nghttp2_select_next_protocol()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_npn.c | 29 static int select_next_protocol(unsigned char **out, unsigned char *outlen, in select_next_protocol() function 48 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_PROTO_ALPN, in nghttp2_select_next_protocol() 52 if (select_next_protocol(out, outlen, in, inlen, NGHTTP2_HTTP_1_1_ALPN, in nghttp2_select_next_protocol()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2244 select_next_protocol(unsigned char **out, unsigned char *outlen, in select_next_protocol() function 2271 !select_next_protocol(out, outlen, in, inlen, ALPN_H2, ALPN_H2_LENGTH)) { in select_next_proto_cb() 2278 if(!select_next_protocol(out, outlen, in, inlen, ALPN_HTTP_1_1, in select_next_proto_cb()
|