Searched refs:to_base64 (Results 1 – 4 of 4) sorted by relevance
120 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()
468 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);
479 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() function
115 http2_settings = util::to_base64(balloc, http2_settings); in upgrade_upstream()