Home
last modified time | relevance | path

Searched defs:make_nv (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dhttp3.cc57 nghttp3_nv make_nv(const std::string &name, const std::string &value, in make_nv() function
62 nghttp3_nv make_nv(const StringRef &name, const StringRef &value, in make_nv() function
Dhttp2.cc344 nghttp2_nv make_nv(const std::string &name, const std::string &value, in make_nv() function
349 nghttp2_nv make_nv(const StringRef &name, const StringRef &value, in make_nv() function
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c37 static nghttp2_nv make_nv(const char *name, const char *value) { in make_nv() function