Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http.cc233 len += util::percent_encode_tokenlen(altsvc.protocol_id); in create_altsvc_header_value()
Dutil.h159 size_t percent_encode_tokenlen(const StringRef &target);
Dutil.cc161 size_t percent_encode_tokenlen(const StringRef &target) { in percent_encode_tokenlen() function