Lines Matching defs:balloc
137 StringRef percent_decode(BlockAllocator &balloc, const StringRef &src);
140 StringRef percent_encode_token(BlockAllocator &balloc, const StringRef &target);
167 StringRef quote_string(BlockAllocator &balloc, const StringRef &target);
198 StringRef format_hex(BlockAllocator &balloc, const StringRef &s);
216 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s);
459 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) {
460 auto iov = make_byte_ref(balloc, NGHTTP2_MAX_UINT64_DIGITS + 1);
525 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);
784 StringRef make_hostport(BlockAllocator &balloc, const StringRef &host,
815 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host,
953 // by |balloc| and returned. Otherwise, the copy of |s| is returned
955 StringRef rstrip(BlockAllocator &balloc, const StringRef &s);