Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.cc830 bool select_proto(const unsigned char **out, unsigned char *outlen, in select_proto() function
846 return select_proto(out, outlen, in, inlen, NGHTTP2_H2_ALPN) || in select_h2()
847 select_proto(out, outlen, in, inlen, NGHTTP2_H2_16_ALPN) || in select_h2()
848 select_proto(out, outlen, in, inlen, NGHTTP2_H2_14_ALPN); in select_h2()
855 if (select_proto(out, outlen, in, inlen, StringRef{proto})) { in select_protocol()