Home
last modified time | relevance | path

Searched refs:token68str (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dutil.cc503 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() argument
505 auto len = token68str.size() + 3; in to_base64()
509 p = std::transform(std::begin(token68str), std::end(token68str), p, in to_base64()
521 auto rem = token68str.size() & 0x3; in to_base64()
Dutil.h521 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);