Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.h65 constexpr auto NGHTTP2_H2_16 = StringRef::from_lit("h2-16"); variable
Dutil_test.cc251 CU_ASSERT(util::streq(NGHTTP2_H2_16, StringRef{out, outlen})); in test_util_select_h2()
Dutil.cc798 return streq(NGHTTP2_H2, proto) || streq(NGHTTP2_H2_16, proto) || in check_h2_is_selected()