Lines Matching defs:balloc

142   auto &balloc = downstream->get_block_allocator();
164 concat_string_ref(balloc, req.authority, StringRef{data, len});
166 req.path = concat_string_ref(balloc, req.path, StringRef{data, len});
257 void rewrite_request_host_path_from_uri(BlockAllocator &balloc, Request &req,
276 auto iovec = make_byte_ref(balloc, authoritylen + 1);
323 path = concat_string_ref(balloc, path, StringRef::from_lit("?"),
328 req.path = http2::rewrite_clean_path(balloc, path);
344 auto &balloc = downstream->get_block_allocator();
347 kv.value = util::rstrip(balloc, kv.value);
449 req.path = http2::rewrite_clean_path(balloc, req.path);
462 rewrite_request_host_path_from_uri(balloc, req, req.path, u);
591 auto &balloc = downstream->get_block_allocator();
594 kv.value = util::rstrip(balloc, kv.value);
981 auto &balloc = downstream->get_block_allocator();
1013 output->append(http2::stringify_status(balloc, resp.http_status));
1061 auto &balloc = downstream->get_block_allocator();
1063 auto html = http::create_error_html(balloc, status_code);
1074 output->append(http2::stringify_status(balloc, status_code));
1125 auto &balloc = downstream->get_block_allocator();
1175 buf->append(http2::stringify_status(balloc, 101));
1179 buf->append(http2::stringify_status(balloc, resp.http_status));
1299 balloc, cookieconf.name, affinity_cookie, cookieconf.path, secure);
1424 auto &balloc = downstream->get_block_allocator();
1430 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority,
1433 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority,