Searched defs:make_nv (Results 1 – 3 of 3) sorted by relevance
57 nghttp3_nv make_nv(const std::string &name, const std::string &value, in make_nv() function62 nghttp3_nv make_nv(const StringRef &name, const StringRef &value, in make_nv() function
344 nghttp2_nv make_nv(const std::string &name, const std::string &value, in make_nv() function349 nghttp2_nv make_nv(const StringRef &name, const StringRef &value, in make_nv() function
37 static nghttp2_nv make_nv(const char *name, const char *value) { in make_nv() function