Home
last modified time | relevance | path

Searched refs:to_base64 (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dutil_test.cc120 util::to_base64(balloc, StringRef::from_lit("AAA--B_"))); in test_util_to_base64()
122 util::to_base64(balloc, StringRef::from_lit("AAA--B_B"))); in test_util_to_base64()
Dutil.h468 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);
Dutil.cc479 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() function
Dshrpx_http2_upstream.cc115 http2_settings = util::to_base64(balloc, http2_settings); in upgrade_upstream()