Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http.cc235 len += util::quote_stringlen(altsvc.host); in create_altsvc_header_value()
Dutil.h182 size_t quote_stringlen(const StringRef &target);
Dutil.cc207 size_t quote_stringlen(const StringRef &target) { in quote_stringlen() function